mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 14:20:21 +08:00
build(deps): 添加smooth-scroll插件、axios封装
This commit is contained in:
10
src/store/index.ts
Normal file
10
src/store/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { App } from 'vue';
|
||||
import { createAuthStore, useAuthStore } from './modules/auth';
|
||||
import { createAsideStore, useAsideStore } from './modules/aside';
|
||||
|
||||
export function createStore(app: App) {
|
||||
createAuthStore(app);
|
||||
createAsideStore(app);
|
||||
}
|
||||
|
||||
export { useAuthStore, useAsideStore };
|
||||
Reference in New Issue
Block a user