ทะเบียนประวัติ: store เครื่องราชฯ
This commit is contained in:
parent
a5c9952eb0
commit
1f78fb5f88
2 changed files with 16 additions and 12 deletions
8
src/modules/04_registryNew/stores/insignia.ts
Normal file
8
src/modules/04_registryNew/stores/insignia.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { ref, computed } from "vue";
|
||||
import { defineStore } from "pinia";
|
||||
import type { DataOptionInsignia } from "@/modules/04_registryNew/interface/index/Main";
|
||||
|
||||
export const useInsigniaDataStore = defineStore("insigniaDataStore", () => {
|
||||
const insigniaOption = ref<DataOptionInsignia[]>([]);
|
||||
return { insigniaOption };
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue