解决方法:找到vite-env.d.ts文件 把下面代码加上即可解决
declare module "*.vue" {
import { DefineComponent } from "vue"
const component: DefineComponent<{}, {}, any>
export default component
}
上一篇:
threejs一:的安装和基础使用
下一篇:
uniapp各端兼容性处理