ts严格模式未关闭导致的项目启动失败解决方案 项目场景: 问题描述: 原因分析: 解决方案: 项目场景: 用ts搭建vue项目的时候用@ts-ignore来避免报错,结果编译时仍然出错导致无法启动服务. 问题描述: 源码: setup() { //@ts-ignore const { ctx } = getCurrentInstance(); const email = ref<string&