vue-tabs icon indicating copy to clipboard operation
vue-tabs copied to clipboard

No typescript support

Open demiro opened this issue 6 years ago • 0 comments

When running it with typescript I get an error:

ERROR in C:/xxx-vue/src/App.vue 15:21 Could not find a declaration file for module 'vue-nav-tabs'. 'C:/xxx-vue/src/node_modules/vue-nav-tabs/dist/vue-tabs.common.js' implicitly has an 'any' type. Try npm install @types/vue-nav-tabs if it exists or add a new declaration (.d.ts) file containing declare module 'vue-nav-tabs';

demiro avatar Jan 11 '19 10:01 demiro