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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Vetur: Restart VLS
Vetur does not recognize property in inline @event handlers.
@event
Property 'newPage' does not exist on type '"click"'
<template> <button @click="page = newPage"> Switch to page {{ newPage }} </button> </template> <script> export default { data() { return { page: "home", newPage: "products", } }, } </script>
https://github.com/last-partizan/vetur-props-validation-bug/blob/events-bug/src/Test.vue
The text was updated successfully, but these errors were encountered:
e9488af
yoyo930021
No branches or pull requests
Vetur: Restart VLS
Info
Problem
Vetur does not recognize property in inline
@event
handlers.Reproducible Case
https://github.com/last-partizan/vetur-props-validation-bug/blob/events-bug/src/Test.vue
The text was updated successfully, but these errors were encountered: