แก้ไข ชื่อ store
This commit is contained in:
parent
8113b723ad
commit
2f0e86046b
15 changed files with 9 additions and 9 deletions
|
|
@ -11,7 +11,7 @@ import type {
|
|||
|
||||
// importStroe
|
||||
import { useCounterMixin } from "@/stores/mixin";
|
||||
import { useComplainstDataStore } from "../../stroes/ComplaintsStore";
|
||||
import { useComplainstDataStore } from "../../store/ComplaintsStore";
|
||||
|
||||
const $q = useQuasar();
|
||||
const router = useRouter();
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import { ref, onMounted } from "vue";
|
|||
import { useRouter } from "vue-router";
|
||||
import type { QTableProps } from "quasar";
|
||||
// importStroe
|
||||
import { useComplainstDataStore } from "../../stroes/ComplaintsStore";
|
||||
import { useComplainstDataStore } from "../../store/ComplaintsStore";
|
||||
const router = useRouter();
|
||||
|
||||
const complainstStore = useComplainstDataStore();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue