Using a wrapped v-bind
object with .sync
modifier produces a false-negative for "misses props:"
#3144
Closed
4 tasks done
Vetur: Restart VLS
Info
Problem
When you pass the properties of an object with v-bind using .sync to automatically inject the properties for that object - Vetur produces a false-negative result:
Reproducible Case
https://github.com/thopiddock/vetur-v-bind-sync-missing-props-bug
Child component added with 2 properties (one required, one optional) is called with 4 styles of binding to show that Vetur produces a false-negative on the
v-bind.sync
statement to an object.The text was updated successfully, but these errors were encountered: