update
This commit is contained in:
8
src/pinia/SystemStore/index.js
Normal file
8
src/pinia/SystemStore/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import {defineStore} from "pinia";
|
||||
|
||||
export const useSystemStore = defineStore("SystemStore", () => {
|
||||
|
||||
return {
|
||||
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user