We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Reproduction: https://github.com/kingyue737/vue2-event-type
Firstly, run pnpm install
pnpm install
Hover on @click:date of <v-calendar> in src/App.vue, and you will find the type is correct:
@click:date
<v-calendar>
src/App.vue
Then uncomment from line 2712 to 2755 in src/vuetify.d.ts, and hover the above again. Type of parameters of the event handler becomes unknown:
src/vuetify.d.ts
The text was updated successfully, but these errors were encountered:
Please check if this issue has been resolved in version 2.x. If not, feel free to create a new one.
Sorry, something went wrong.
Fixed confirm
No branches or pull requests
Reproduction: https://github.com/kingyue737/vue2-event-type
Firstly, run
pnpm install
Hover on

@click:date
of<v-calendar>
insrc/App.vue
, and you will find the type is correct:Then uncomment from line 2712 to 2755 in

src/vuetify.d.ts
, and hover the above again. Type of parameters of the event handler becomes unknown:The text was updated successfully, but these errors were encountered: