We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.0.0-rc.1
https://vue-next-template-explorer.netlify.app/#%7B%22src%22%3A%22%3Cdiv%20%5Cn%20%20%40click%3D%5C%22%5Cn%20%20%20%20(e)%20%3D%3E%20%7B%5Cn%20%20%20%20%20%20handleClick(e%2C%201%2C%202)%5Cn%20%20%20%20%7D%5Cn%20%20%5C%22%5Cn%3E%5Cn%3C%2Fdiv%3E%5Cn%3Cdiv%20%40click%3D%5C%22(e)%20%3D%3E%20%7BhandleClick(e%2C%201%2C%202)%7D%5C%22%3E%5Cn%3C%2Fdiv%3E%22%2C%22ssr%22%3Afalse%2C%22options%22%3A%7B%22mode%22%3A%22module%22%2C%22prefixIdentifiers%22%3Afalse%2C%22optimizeImports%22%3Afalse%2C%22hoistStatic%22%3Afalse%2C%22cacheHandlers%22%3Afalse%2C%22scopeId%22%3Anull%2C%22ssrCssVars%22%3A%22%7B%20color%20%7D%22%2C%22optimizeBindings%22%3Afalse%7D%7D
When the event has a line break, it will cause the compiled event to be incorrect
event can trigger
event cannot trigger
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Version
3.0.0-rc.1
Reproduction link
https://vue-next-template-explorer.netlify.app/#%7B%22src%22%3A%22%3Cdiv%20%5Cn%20%20%40click%3D%5C%22%5Cn%20%20%20%20(e)%20%3D%3E%20%7B%5Cn%20%20%20%20%20%20handleClick(e%2C%201%2C%202)%5Cn%20%20%20%20%7D%5Cn%20%20%5C%22%5Cn%3E%5Cn%3C%2Fdiv%3E%5Cn%3Cdiv%20%40click%3D%5C%22(e)%20%3D%3E%20%7BhandleClick(e%2C%201%2C%202)%7D%5C%22%3E%5Cn%3C%2Fdiv%3E%22%2C%22ssr%22%3Afalse%2C%22options%22%3A%7B%22mode%22%3A%22module%22%2C%22prefixIdentifiers%22%3Afalse%2C%22optimizeImports%22%3Afalse%2C%22hoistStatic%22%3Afalse%2C%22cacheHandlers%22%3Afalse%2C%22scopeId%22%3Anull%2C%22ssrCssVars%22%3A%22%7B%20color%20%7D%22%2C%22optimizeBindings%22%3Afalse%7D%7D
Steps to reproduce
When the event has a line break, it will cause the compiled event to be incorrect
What is expected?
event can trigger
What is actually happening?
event cannot trigger
The text was updated successfully, but these errors were encountered: