【发布时间】:2018-10-25 21:00:44
【问题描述】:
我正在开发一个带有 typescript 的项目(使用 vue cli 3.0 生成)。
当我导入第三方模块时,出现如下错误:
Could not find a declaration file for module 'vue-slider-component'.
'/home/wahid/Development/tealvalley-app/node_modules/vue-slider-
component/dist/index.js' implicitly has an 'any' type.
解决此类问题的正确方法是什么? @types 包中没有定义类型,所以如果我要自己定义它们,我将它保存在哪里?
【问题讨论】:
标签: typescript vuejs2 typescript-typings vue-cli