摘要: 环境:vue3+ts 解决办法:在src目录里面添加env.d.ts文件,在文件里贴上 declare module '*.vue' { import type { DefineComponent } from 'vue' const component: ComponentOptions | Co 阅读全文
posted @ 2023-08-24 14:30 QinHaoRan 阅读(422) 评论(1) 推荐(0)