Skip to content

Commit 0374c89

Browse files
cjpearsonchrisvfritz
authored andcommitted
restore 'will not work' to v-bind.sync docs (#1572)
1 parent 75309fc commit 0374c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/components-custom-events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ The `.sync` modifier can also be used with `v-bind` when using an object to set
165165

166166
This passes each property in the `doc` object (e.g. `title`) as an individual prop, then adds `v-on` update listeners for each one.
167167

168-
<p class="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+
<p class="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

Comments
 (0)