no message
This commit is contained in:
parent
6405b4727b
commit
18b4c85857
1 changed files with 1 additions and 1 deletions
|
|
@ -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[]>([])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue