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
https://github.com/andylix/volar-emit-type-unknown/tree/wrong-callback
<script lang="ts" setup> import MyButton from './components/MyButton.vue' // right callback function add(param: number) { console.log('add', param) } // wrong callback function foo(str: string) { console.log(str) } </script> <template> <img alt="Vue logo" src="./assets/logo.png" /> <MyButton @add-something="foo" ></MyButton> </template>
I remember that it showed the right error in a previous Volar version, but it doesn't show any error anymore.
The text was updated successfully, but these errors were encountered:
Emmmm it's fixed. 😅 btw thanks for the repro case :)
Sorry, something went wrong.
Duplicate of #516
Hi, when will this be installable in VSCode?
I have to resolve #502, #515, #519 in next version, you can package master branch yourself for now:
$ git clone https://github.com/johnsoncodehk/volar.git $ cd volar $ yarn && yarn compile $ cd extensions/vscode-vue-language-features $ yarn prerelease
No branches or pull requests
https://github.com/andylix/volar-emit-type-unknown/tree/wrong-callback
I remember that it showed the right error in a previous Volar version, but it doesn't show any error anymore.
The text was updated successfully, but these errors were encountered: