Skip to content

Commit 24c0cf1

Browse files
authored
docs: fix return value (vuejs#1451)
1 parent bb1b291 commit 24c0cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/reactivity-fundamentals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export default {
116116
117117
// don't forget to expose the function as well.
118118
return {
119-
count,
119+
state,
120120
increment
121121
}
122122
}

0 commit comments

Comments
 (0)