diff --git a/src/v2/guide/components-custom-events.md b/src/v2/guide/components-custom-events.md index 73700146bb..c44ab10fbe 100644 --- a/src/v2/guide/components-custom-events.md +++ b/src/v2/guide/components-custom-events.md @@ -165,4 +165,4 @@ The `.sync` modifier can also be used with `v-bind` when using an object to set This passes each property in the `doc` object (e.g. `title`) as an individual prop, then adds `v-on` update listeners for each one. -
Using v-bind.sync
with a literal object, such as in v-bind.sync="{ title: doc.title }"
, because there are too many edge cases to consider in parsing a complex expression like this.
Using v-bind.sync
with a literal object, such as in v-bind.sync="{ title: doc.title }"
, will not work, because there are too many edge cases to consider in parsing a complex expression like this.