แก้ไข ชื่อ store

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-10-18 17:50:37 +07:00
parent 8113b723ad
commit 2f0e86046b
15 changed files with 9 additions and 9 deletions

View file

@ -4,7 +4,7 @@ import { useRouter } from "vue-router";
import type { QTableProps } from "quasar";
// importStroe
import { useOrderStore } from "../../stroes/OrderStore";
import { useOrderStore } from "../../store/OrderStore";
const router = useRouter();
const OrderStore = useOrderStore();