板蓝根修炼成精的博客问题:打包时使用ts校验报错...打包时出现报错 Cannot find module ‘@/components/TypeNav/TypeNav’ or its corresponding type declarations 原因是引入组件时没有加上.vue的后缀 ,ts格式下需要加上.vue的文件后缀
Data-Mining的博客1. Correct this attempt to modify "candidates" or use "let" in its declaration. 问题代码: 修复: candidates 变量声明时使用 let 代替 const。 2. Expected an assignment or function call and ...