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
It seems not working with typescript, thanks.
The Error is: TS7016: Could not find a declaration file for module '@meforma/vue-toaster'.
TS7016: Could not find a declaration file for module '@meforma/vue-toaster'.
The text was updated successfully, but these errors were encountered:
It seems not working with typescript, thanks. The Error is: TS7016: Could not find a declaration file for module '@meforma/vue-toaster'.
I get the same error.
Sorry, something went wrong.
I created a file called vendor.d.ts and added this to it:
vendor.d.ts
declare module '@meforma/vue-toaster';
It resolved the error.
You can use this package instead https://github.com/ankurk91/vue-toast-notification
No branches or pull requests
It seems not working with typescript, thanks.
The Error is:
TS7016: Could not find a declaration file for module '@meforma/vue-toaster'.
The text was updated successfully, but these errors were encountered: