Skip to content
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

[Feature Request] Support TSX import-based component for next version #12409

Closed
noor-tg opened this issue Oct 12, 2020 · 1 comment · Fixed by #13807
Closed

[Feature Request] Support TSX import-based component for next version #12409

noor-tg opened this issue Oct 12, 2020 · 1 comment · Fixed by #13807
Assignees
Labels
Milestone

Comments

@noor-tg
Copy link

noor-tg commented Oct 12, 2020

Problem to solve

Allow import Vuetify components as needed in (jsx, tsx) directly . and this will allow:

  • support auto complete in typescript enabled editors for component attributes and events.
  • component property type validation.

Proposed solution

simply expose types & interfaces about the components from the component source file

for vue 3 and vuetify 3

@noor-tg noor-tg changed the title [Feature Request] [Feature Request] Support TSX import-based component for next version [Feature Request] Support TSX import-based component for next version Oct 12, 2020
@KaelWD
Copy link
Member

KaelWD commented Oct 13, 2020

Duplicate of #3036, #5962

I don't know if tsx is different in vue 3, but afaik this wasn't possible without depending on vue-tsx-support.

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

Successfully merging a pull request may close this issue.

2 participants