You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/v2/guide/components-custom-events.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -165,4 +165,4 @@ The `.sync` modifier can also be used with `v-bind` when using an object to set
165
165
166
166
This passes each property in the `doc` object (e.g. `title`) as an individual prop, then adds `v-on` update listeners for each one.
167
167
168
-
<pclass="tip">Using <code>v-bind.sync</code> with a literal object, such as in <code>v-bind.sync="{ title: doc.title }"</code>, because there are too many edge cases to consider in parsing a complex expression like this.</p>
168
+
<pclass="tip">Using <code>v-bind.sync</code> with a literal object, such as in <code>v-bind.sync="{ title: doc.title }"</code>, will not work, because there are too many edge cases to consider in parsing a complex expression like this.</p>
0 commit comments