We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
UButton
v2.18.4
Type '{ class: string; label: string; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & Partial<{ size: ButtonSize; type: string; replace: boolean; class: any; truncate: boolean; target: "_blank" | "_parent" | "_self" | "_top" | (string & {}); ... 25 more ...; trailing: boolean; }> & Omit<...>'. Property 'onClick' does not exist on type 'IntrinsicAttributes & Partial<{ size: ButtonSize; type: string; replace: boolean; class: any; truncate: boolean; target: "_blank" | "_parent" | "_self" | "_top" | (string & {}); ... 25 more ...; trailing: boolean; }> & Omit<...>'.
Emits like @click are not defined in the UButton component.
@click
No response
The text was updated successfully, but these errors were encountered:
Any update? More than the half of tsc errors in my project are because of this
Sorry, something went wrong.
No branches or pull requests
Environment
Version
v2.18.4
Reproduction
Description
Additional context
Emits like
@click
are not defined in theUButton
component.Logs
No response
The text was updated successfully, but these errors were encountered: