feat: 前端搭建
This commit is contained in:
12
Yi.Ai.Vue3/src/stores/index.ts
Normal file
12
Yi.Ai.Vue3/src/stores/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { createPinia } from 'pinia';
|
||||
import piniaPluginPersistedstate from 'pinia-plugin-persistedstate';
|
||||
|
||||
const store = createPinia();
|
||||
|
||||
store.use(piniaPluginPersistedstate);
|
||||
|
||||
export default store;
|
||||
|
||||
// export * from './modules/chat';
|
||||
export * from './modules/design';
|
||||
export * from './modules/user';
|
||||
Reference in New Issue
Block a user