-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
checking both v-model and v-bind:value used on same element conflicts with customizing component v-model #7084
Comments
+1 |
The same error, version 2.5.6 |
@alex-malyita note the warning should appear if you use both |
same error for the following snippet to create group radio boxes |
@chagamkamalakar make sure to update to latest version. |
@yyx990803 .. the error still there .. current version [email protected] |
@chagamkamalakar then please open a separate issue with a proper reproduction. |
+1 |
@yyx990803 ... this error not coming up in new setup ... but coming up only in existing project... please any help? |
this error is gone now.... deleted node_moduels folder .. run npm install again ... it's gone now. |
but i could see one problem now ...for custom components watcher for value props not getting called initially, but gets called when emitted from custom component .. |
|
Version
2.5.5
Reproduction link
https://github.com/VdustR/vue-issue-7084
Steps to reproduce
What is expected?
Compiled successfully.
What is actually happening?
Got error:
The new improvements from v2.5.5
conflicts with Customizing Component
v-model
.Downgrade the vue(vue-template-compiler exactly) in the reproduction to 2.5.4 and it will be compiled successfully.
BTW,
Production vue.js works fine -> CodePen
The text was updated successfully, but these errors were encountered: