ทะเบียนประวัติ
This commit is contained in:
parent
5ebc021f4e
commit
f6f28dd101
12 changed files with 310 additions and 63 deletions
11
src/modules/04_registryNew/stores/DetailMain.ts
Normal file
11
src/modules/04_registryNew/stores/DetailMain.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import { defineStore } from "pinia";
|
||||
|
||||
import { ref } from "vue";
|
||||
|
||||
export const useRegistryDetailNewDataStore = defineStore(
|
||||
"registryNewDetail",
|
||||
() => {
|
||||
const tabMain = ref<string>("1");
|
||||
return { tabMain };
|
||||
}
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue