bug fixed
This commit is contained in:
parent
2f7999d0c7
commit
eae599cca4
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue