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 to onUpdate:foo-bar, @update:kebab-case compile to onUpdate: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:
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: