fix bug & remove const/import not use

This commit is contained in:
Warunee Tamkoo 2023-07-12 17:21:27 +07:00
parent f0e3343093
commit 926428192f
7 changed files with 57 additions and 60 deletions

View file

@ -43,7 +43,6 @@
<script setup lang="ts">
import { ref, useAttrs } from "vue";
import { useCounterMixin } from "@/stores/mixin";
import { useQuasar } from "quasar";
const $q = useQuasar();
const attrs = ref<any>(useAttrs());