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

feat: generate single .tsx file for vue script #1686

Merged
merged 9 commits into from Aug 10, 2022
Merged

Conversation

johnsoncodehk
Copy link
Member

@johnsoncodehk johnsoncodehk commented Aug 9, 2022

Closes #891

In past each vue file generated .vue.ts + .vue.__VLS_script.ts + .vue.__VLS_template.tsx, this PR combine that 3 scripts to single .vue.tsx script.

@johnsoncodehk johnsoncodehk changed the title refactor: generate single typescript script for vue file refactor: generate single .tsx file for vue script Aug 9, 2022
@johnsoncodehk johnsoncodehk marked this pull request as ready for review August 10, 2022 00:54
@johnsoncodehk johnsoncodehk merged commit 9237d8b into master Aug 10, 2022
@johnsoncodehk johnsoncodehk changed the title refactor: generate single .tsx file for vue script feat: generate single .tsx file for vue script Aug 10, 2022
@johnsoncodehk johnsoncodehk deleted the gen-single-script branch August 10, 2022 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot reference type in template from <script setup> since 0.31.0
1 participant