question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Does not support multiple v-models

See original GitHub issue

https://v3.vuejs.org/guide/migration/v-model.html#v-model-arguments

<A
  v-model={[value, 'value']} 
  v-model={[visible, 'visible']}  />

JSX elements cannot have multiple attributes with the same name

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

7reactions
Amour1688commented, Dec 11, 2020

it will release next version

4reactions
sqalcommented, Nov 10, 2020
Read more comments on GitHub >

github_iconTop Results From Across the Web

Making sense of Multiple v-model Bindings in Vue 3
I will illustrate this in a moment. We are not using the v-model anymore and providing multiple two-way data bindings on the new...
Read more >
How to v-model 2 values? - Stack Overflow
As it's been said you can't use 2 values in v-model. But if you want to use <b-autocomplete> that means you already have...
Read more >
Feature: multiple v-model bindings · Issue #4946 · vuejs/vue
People use v-model on non-input components just because they don't have .sync . If only prop/event pairs are the only proper way, then...
Read more >
Multiple v-model in Vue 3 - DEV Community ‍ ‍
Hello Readers,. With the release of Vue 3 now we can add multiple v-model for two-way data binding in a more standardized way...
Read more >
v-model breaking - Vue 3 Migration Guide
Guide on migrating from Vue 2 to Vue 3.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found