初始提交
This commit is contained in:
7
store/index.js
Normal file
7
store/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import {
|
||||
createPinia
|
||||
} from 'pinia';
|
||||
|
||||
const store = createPinia();
|
||||
|
||||
export default store
|
||||
Reference in New Issue
Block a user