-->
分享到微信
扫描二维码
可在微信查看或分享至朋友圈。
如果直接使用import.meta.glob,vscode会报类型ImportMeta上不存在属性“glob”的错误,需要在tsconfig文件下添加类型定义vite/client
{ "compilerOptions": { "types": ["vite/client"] } }