Skip to content

Commit 242508e

Browse files
committed
simplify language in v-bind.sync with literal object warning
1 parent 781ebde commit 242508e

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 simply 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>, because there are too many edge cases to consider in parsing a complex expression like this.</p>

0 commit comments

Comments
 (0)