This commit is contained in:
2026-05-09 15:15:57 +08:00
parent e6eea6d65e
commit c04ed8de6e
34 changed files with 5291 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
import { createPinia } from 'pinia'
import piniaPluginPersistedstate from 'pinia-plugin-persistedstate'
const store = createPinia()
store.use(piniaPluginPersistedstate)
export default store
// 统一导出 useStore 方法
// export * from './user'