Skip to content

Commit 73ede67

Browse files
authored
Update README.md
1 parent 898c4a4 commit 73ede67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ new Vue({
149149
id: this.selectedThreadId
150150
};
151151
},
152+
// Optionally we can watch the parameters for changes in nested
153+
// objects using the 'deep' option
154+
deep: true,
152155
//// Meteor Reactivity
153156
// This will be refresh each time above params changes from Vue
154157
// Then it calls Tracker.autorun() to refresh the result

0 commit comments

Comments
 (0)