Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 53c5478

Browse files
author
season
committed
log
1 parent e5d3af7 commit 53c5478

File tree

11 files changed

+34
-33
lines changed

11 files changed

+34
-33
lines changed

demos/data/stores/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import {Store} from 'rx-hub';
22
import user from './modules/user';
33

44
export default new Store({
5+
debug: true,
56
initialState: {
67
user: {
78
username: 'season.chen'

demos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react": "^16.1.0",
1818
"react-dom": "^16.1.0",
1919
"rx-devtools": "0.0.1-alpha.54",
20-
"rx-hub": "^5.2.7",
20+
"rx-hub": "^5.2.8",
2121
"rxjs": "^5.5.2",
2222
"vue": "^2.4.2",
2323
"vue-rx": "^3.3.0"

dist/rx-hub.common.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rx-hub.common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rx-hub.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rx-hub.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)