修改store
parent
7e1240e897
commit
065322f908
@ -1,3 +1,5 @@
|
|||||||
const store = createPinia()
|
const store = createPinia()
|
||||||
|
|
||||||
export default store
|
export { store }
|
||||||
|
export * as useAppStore from './modules/app';
|
||||||
|
export * as useDictStore from './modules/dict';
|
||||||
Loading…
Reference in New Issue