เพิ่มโมดูล support user
This commit is contained in:
parent
88041a1974
commit
81a773db1d
7 changed files with 43 additions and 0 deletions
10
src/modules/00_support/store/Main.ts
Normal file
10
src/modules/00_support/store/Main.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { defineStore } from "pinia";
|
||||
import { ref } from "vue";
|
||||
|
||||
export const useEvalutuonStore = defineStore("supportServiceStore", () => {
|
||||
const index = ref<number>(0);
|
||||
|
||||
return {
|
||||
index,
|
||||
};
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue