Skip to content

Commit

Permalink
refactor(projects): 添加subscribeAppStore
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jul 7, 2022
1 parent a444731 commit aa2f78a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/store/subscribe/app.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/** 订阅app store */
export default function subscribeAppStore() {
//
}
2 changes: 2 additions & 0 deletions src/store/subscribe/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import subscribeAppStore from './app';
import subscribeThemeStore from './theme';

/** 订阅状态 */
export function subscribeStore() {
subscribeAppStore();
subscribeThemeStore();
}

1 comment on commit aa2f78a

@vercel
Copy link

@vercel vercel bot commented on aa2f78a Jul 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.