Skip to content

Commit f1fb3fd

Browse files
committed
Fix data property access through vm
1 parent ac0b27f commit f1fb3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ List of 300 VueJS Interview Questions
717717
}
718718
})
719719
720-
// `vm.name` is now reactive
720+
// `vm.user.name` is now reactive
721721
722722
vm.user.email = john@email.com // `vm.user.email` is NOT reactive
723723
```

0 commit comments

Comments
 (0)