Open
Description
Hi!
Got an error after installing new version of vue-awesome (4.3.1)
Could not find a declaration file for module 'vue-awesome/components/Icon'. 'PATH/node_modules/vue-awesome/components/Icon.js' implicitly has an 'any' type.
Try `npm install @types/vue-awesome` if it exists or add a new declaration (.d.ts) file containing `declare module 'vue-awesome/components/Icon';`
Unfortunately @types/vue-awesome
module doesnt exist.
I use it like this:
import Icon from 'vue-awesome/components/Icon';
Vue.component('icon', Icon);
Could you help me please?
Metadata
Assignees
Labels
No labels