【fix】优化代码
This commit is contained in:
12
store/index.js
Normal file
12
store/index.js
Normal file
@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @name: storeIndex
|
||||
* @author: kahu4
|
||||
* @date: 2024-02-21 17:28
|
||||
* @description:暴露公共store
|
||||
* @update: 2024-02-21 17:28
|
||||
* */
|
||||
import { createPinia } from "pinia";
|
||||
|
||||
const store = createPinia();
|
||||
|
||||
export default store;
|
Reference in New Issue
Block a user