Open KLala94 opened 3 years ago
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.
I created a file called vendor.d.ts
and added this to it:
declare module '@meforma/vue-toaster';
It resolved the error.
You can use this package instead https://github.com/ankurk91/vue-toast-notification
It seems not working with typescript, thanks.
The Error is:
TS7016: Could not find a declaration file for module '@meforma/vue-toaster'.