start commit for admin system
This commit is contained in:
commit
badb676529
300 changed files with 58634 additions and 0 deletions
5
src/modules/03_logs/stores/main.ts
Normal file
5
src/modules/03_logs/stores/main.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { defineStore } from "pinia";
|
||||
|
||||
export const useDataStore = defineStore("storeData", () => {
|
||||
return {};
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue