10000 Minor fix (#329) · poorprogrammer/vuejs.org@c5847fa · GitHub
[go: up one dir, main page]

Skip to content

Commit c5847fa

Browse files
yanxyzkazupon
authored andcommitted
Minor fix (vuejs#329)
1 parent 8701ade commit c5847fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,7 @@ type: api
11611161

11621162
// set a non-existent path, will force digest
11631163
vm.$set('c', 3)
1164-
vm.c // ->
1164+
vm.c // -> 3
11651165
```
11661166

11671167
- **See also:** [Reactivity in Depth](/guide/reactivity.html)

0 commit comments

Comments
 (0)
0