bug fixed

This commit is contained in:
Komek Hayytnazarov 2022-09-26 10:58:15 +05:00
parent 2f7999d0c7
commit eae599cca4
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@
</template>
<script setup>
import { ref, onBeforeMount, onUnmounted } from "vue";
import { ref, onBeforeMount, onUnmounted, watch, computed } from "vue";
import router from "@/router";
import { useAuthStore, useTicketsStore } from "@/stores";
import { storeToRefs } from 'pinia';