generated from so1ve/starter-unplugin
-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support defineEmits
#25
Labels
enhancement
New feature or request
Comments
{
"typescript": "^5.2.2"
} const emit = defineEmits<{
activePairChange: [pair: Pair]
'update:open': [open: boolean]
}>() |
@JounQin Just curious: since defineEmits(['activePairChange', 'update:open']) ? |
Thanks for confirming, I think that would work as expected. |
This issue has been locked since it has been closed for more than 14 days. If you have found a concrete bug or regression related to it, please open a new issue. If you have any other comments you should create a new discussion. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Clear and concise description of the problem
Suggested solution
Alternative
No response
Additional context
vuejs/core#9541
Validations
The text was updated successfully, but these errors were encountered: