fritx / vue-at

At.js for Vue.
https://fritx.github.io/vue-at/
MIT License
529 stars 114 forks source link

Could not find a declaration file for module 'vue-at'. #122

Open Luokun2016 opened 4 years ago

Luokun2016 commented 4 years ago

在vue-admin-template中import vue-at出错

2020-05-27 10-54-10屏幕截图

Could not find a declaration file for module 'vue-at'. '/home/user/Repos/platform-frontend/node_modules/vue-at/dist/vue-at.js' implicitly has an 'any' type. Try npm install @types/vue-at if it exists or add a new declaration (.d.ts) file containing declare module 'vue-at';ts(7016)

Luokun2016 commented 4 years ago

2020-05-27 10-54-10屏幕截图

fritx commented 4 years ago

@Luokun2016 vue-at 还没提供 *.d.ts declaration 你项目的环境可能是ts,目前的workaround 估计只能 const At = require('vue-at') 跳过 参考 https://github.com/microsoft/typescript/issues/3019#issuecomment-98806458