mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 22:30:19 +08:00
refactor(projects): 恢复pinia默认写法
This commit is contained in:
6
src/store/subscribe/index.ts
Normal file
6
src/store/subscribe/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import subscribeAppStore from './app';
|
||||
|
||||
/** 订阅状态 */
|
||||
export function subscribeStore() {
|
||||
subscribeAppStore();
|
||||
}
|
||||
Reference in New Issue
Block a user