no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-08-24 17:11:43 +07:00
parent 6405b4727b
commit 18b4c85857

View file

@ -3,7 +3,7 @@ import { ref, } from "vue";
export const useResultDataStore = defineStore("insignia", () => {
export const useResultDataStore = defineStore("insigniaResult", () => {
const insignia = ref<string>('')
const insigniaOp = ref<any[]>([{ name: "ทั้งหมด", id: "" }])
const insigniaOp2 = ref<any[]>([])