Skip to content
On this page

vue小知识


1、import.meta.env语法报错, Property 'env' does not exist on type 'ImportMeta'

ts
// 在ts的申明文件中(一般为.d.ts文件)使用:三斜线指令
/// <reference types="vite/client" />

2、打包命令中'vue-tsc --noEmit'是干嘛的

答案:如果出现ts语法检测错误,不阻断对文件的打包。