mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 14:20:21 +08:00
refactor(hooks): 状态管理模块拆分
This commit is contained in:
@@ -7,4 +7,4 @@ export function setupStore(app: App) {
|
||||
app.use(store);
|
||||
}
|
||||
|
||||
export { useAppStore, useAuthStore } from './modules';
|
||||
export { useThemeStore, useAppStore, useAuthStore } from './modules';
|
||||
|
||||
Reference in New Issue
Block a user