Skip to content

Commit 7f0d151

Browse files
author
mt00
authored
Update 07-添加Effects.md
querySuccess => query
1 parent e459556 commit 7f0d151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v1/zh-cn/tutorial/07-添加Effects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default {
4040
history.listen(location => {
4141
if (location.pathname === '/users') {
4242
dispatch({
43-
type: 'querySuccess',
43+
type: 'query',
4444
payload: {}
4545
});
4646
}

0 commit comments

Comments
 (0)