vue 引入ts文件后,报TS2614: Module '"~/api/common"' has no exported member 'getList'. Did you mean to use 'import getList from "~/api/common"' instead?


先安装 yarn add @typescript-eslint/parser -D 

然后在.eslintrc配置文件中加入

parserOptions: {
    parser: '@typescript-eslint/parser',
 },

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM