v-model cannot be used on a prop, because local prop bindings are not writable.

Forums Vue 3 Migration Errors v-model cannot be used on a prop, because local prop bindings are not writable.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #122251
    albanaavdiu
    Participant

    v-model cannot be used on a prop, because local prop bindings are not writable.
    Use a v-bind binding combined with a v-on listener that emits update:x event instead.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.