Skip to content

fix: support v-slot transform #12

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

Merged
merged 1 commit into from
Apr 7, 2025
Merged

fix: support v-slot transform #12

merged 1 commit into from
Apr 7, 2025

Conversation

Teages
Copy link
Collaborator

@Teages Teages commented Apr 7, 2025

resolve #11

This test failed, but I think it is not a vaild vue sfc so I edited it.

<MyComponent v-slot="{ remaining, duration } as { remaining: number, duration: number }">{{ remaining }}</MyComponent>

@Teages Teages requested a review from danielroe April 7, 2025 17:14
@danielroe danielroe merged commit c9234da into main Apr 7, 2025
2 checks passed
@danielroe danielroe deleted the fix/v-slot-transofrm branch April 7, 2025 17:21
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.

error parsing typescript expression in template
2 participants