fix bug & remove const/import not use
This commit is contained in:
parent
f0e3343093
commit
926428192f
7 changed files with 57 additions and 60 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue