init
This commit is contained in:
9
store/index.js
Normal file
9
store/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { createPinia } from 'pinia'
|
||||
import { useUserStore } from './modules/user'
|
||||
import { useConfigStore } from './modules/config'
|
||||
|
||||
const pinia = createPinia()
|
||||
|
||||
export default pinia
|
||||
|
||||
export { useUserStore, useConfigStore }
|
||||
Reference in New Issue
Block a user