-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
VueCompilerError: v-model can only be used on <input>, <textarea> and <select> elements #143
Comments
Thanks for opening your first issue here! 🎉 Be sure to follow the issue template! |
👋 Hello. Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
|
I can confirm that this issue is still relevant when using vue 3.2.39 |
Hi, Can you please try to another Vue.js version? |
The error message was added three years ago, so I suppose it affects the versions that were released in the last 3 years. v-model is a two-way binding and doesn't serve any purpose on a span. Having {{ counter_facebook }} will suffice to output the number. I tried removing all v-model="counter_*" instances and everything works as intended. Will you accept a PR removing the v-models? |
+1 same issue here |
👋 Hello. Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
|
Yes it still exists. Vue version 3.3.2 |
There is incorrect usage of v-model in Facebook.vue:
vue-goodshare/src/providers/Facebook.vue
Lines 17 to 21 in 73d146f
The text was updated successfully, but these errors were encountered: