Skip to content

[Vue 2.7] event type becomes unknown when type is too long #3719

New issue

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

Closed
kingyue737 opened this issue Nov 8, 2023 · 2 comments
Closed

[Vue 2.7] event type becomes unknown when type is too long #3719

kingyue737 opened this issue Nov 8, 2023 · 2 comments
Labels
vue2 Issues that concern vue2

Comments

@kingyue737
Copy link
Contributor

Reproduction: https://github.com/kingyue737/vue2-event-type

Firstly, run pnpm install

Hover on @click:date of <v-calendar> in src/App.vue, and you will find the type is correct:
image

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:
image

@davidmatter davidmatter added the vue2 Issues that concern vue2 label Jul 7, 2024
@davidmatter
Copy link
Collaborator

Please check if this issue has been resolved in version 2.x. If not, feel free to create a new one.

@davidmatter davidmatter closed this as not planned Won't fix, can't repro, duplicate, stale Jul 7, 2024
@kingyue737
Copy link
Contributor Author

Fixed confirm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vue2 Issues that concern vue2
Projects
None yet
Development

No branches or pull requests

2 participants