-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
why v-model:kebab-case not work when used with @update:kebab-case ? #7066
Labels
Comments
chrislone
pushed a commit
to chrislone/core
that referenced
this issue
Feb 4, 2023
…l v-on listener (vuejs#7067) fix vuejs#7066
zhangzhonghe
pushed a commit
to zhangzhonghe/core
that referenced
this issue
Apr 12, 2023
…l v-on listener (vuejs#7067) fix vuejs#7066
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Vue version
3.2.41
Link to minimal reproduction
https://sfc.vuejs.org/#eNqVVM2O0zAQfpXBl02l/GwLp5IthXLhDlwwh7SZtqGJbTlOFqnKkRuPAC/HkzC2k/RvxYpKVeT5Zr75PJ6ZI3urVNw2yOYsrTe6UAZqNI1acAFQVEpqA0fQuIUOtlpWcEfOd1xw04PvsZI9Eif2YNmsgwBuNlLUBiqZY/k5K+HBEgXTyWtL7rFG5ZnBE+gx+982YmMKKXqXoJ3A0drhFBO3WdkgRbYuquMiTfwlSD4dDFaqJFd3GUhfRJFjpl8bOVHzrZTROtMkplJFiWAkSPHJ8Q9YH7H0WZ+LeDcERJHP6tMecJ2to01WY3iTW0gDj1If4M/vn+FNHo/8+jEQcpPmtuRXLA+cDWXm7JqEQG8gKPGyiMbq2mQVlqsnZQ2Jn5PEjb/jjSwqxX+oGguW7meLIWgOx+OpfbouTQgcvcY+cG6nThr90mTsABYy37BRlan4Wy0FdbzrJ94DNWfE49+MM2pie+Zsb4yq50nSCHXYxfTqyZKwRDeCJgCjXFbLl/EsfjVN8qI25/YY6ypaa/lYo6aMnIVn5AkZW9SRRpGjRv3PZFe+FwmvsJuk/WB0VIBhOu2sX4xGup8u/IOB0lKBGytX1N7qKjq9rKibsH5llJnY0XPaGpJ9XBs5bguBK5oUKVCYEHZoVo0mreYDDX8mNjislb7iNMdc4HcXT9FZU7rvOUvg3sjqrOfwhbN+6NhXV16sCuPtp2Y7g91uC1xwSAKtN3Rusfi3IfwjPZ9sTBBM4GExNIQnDm5YQ5jNZn5nUZlDmN7f39ujN9gVJ0uMS7kLbq8eTN7EraDmjns9T7lMBi5NyrWAY+dXHd2ms4nGhce6v7Zb9/g=
Steps to reproduce
What is expected?
v-model:kebab-case
and@update:kebab-case
all work.What is actually happening?
v-model:kebab-case
not work,@update:kebab-case
work.but if change to
v-model:fooBar
, they were all work. I see the compile result,v-model:kebab-case
compile toonUpdate:foo-bar
,@update:kebab-case
compile toonUpdate:fooBar
, this should be the reason ?System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: