0👍
The vue-email-editor
doesn’t export Typescript types.
Neither it has types declared in the @types/
repository.
In this case, to avoid complaints from Typescript, you have to declare the types yourself.
It can be as simple as doing:
// vue-email-editor.d.ts
declare module 'vue-email-editor'
- [Vuejs]-Using Vue.js I am getting strange behavior in the two methods tied to click events on two buttons, Save and Delete
- [Vuejs]-Using Ionic native InAppPurchase2 plugin with Vue
Source:stackexchange.com