Tencent / wepy

小程序组件化开发框架
https://wepyjs.gitee.io/wepy-docs/
Other
22.48k stars 3.06k forks source link

wepy2.0 vuex 使用typescript时提示报错 #2542

Open chenyu445 opened 4 years ago

chenyu445 commented 4 years ago

使用vuex时会有报错 import { mapState } from '@wepy/x' 报错信息如下

Could not find a declaration file for module '@wepy/x'. 'c:/workspace/MiniProgram-v2/node_modules/@wepy/x/dist/index.js' implicitly has an 'any' type.
  Try `npm install @types/wepy__x` if it exists or add a new declaration (.d.ts) file containing `declare module 'wepy__x';`
mockte commented 4 years ago

不是这个原因,提示内容看了么,是找不到模块文件。