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
Hey,
I use your code example to copy smth into clipboard via a method. It actually works but I still get an error by Vetur...
private handleClickRow(val: any) { this.$clipboard(val); }
Error-Message: Property '$clipboard' does not exist on type 'Table'. Vetur(2339)
Property '$clipboard' does not exist on type 'Table'. Vetur(2339)
I think its just a types thing... But you got typescript support added in a cpl months ago so IDK
The text was updated successfully, but these errors were encountered:
I used (this as any).$clipboard(val);
(this as any).$clipboard(val);
Sorry, something went wrong.
No branches or pull requests
Hey,
I use your code example to copy smth into clipboard via a method. It actually works but I still get an error by Vetur...
private handleClickRow(val: any) { this.$clipboard(val); }
Error-Message:
Property '$clipboard' does not exist on type 'Table'. Vetur(2339)
I think its just a types thing... But you got typescript support added in a cpl months ago so IDK
The text was updated successfully, but these errors were encountered: