太原铁路建设有限公司网站,erp系统软件功能介绍,网站封面如何做的吸引人,公司做网络推广哪个网站好问题
如下图#xff1a;
方法一
下载TypeScript Vue Plugin (Volar)插件就不报红了#xff0c;看它的描述应该就是ts文件可以识别vue文件。
方法二
在src文件夹下添加env.d.ts文件#xff0c;添加以下代码#xff1a;
declare module *.vue {import type { DefineC…问题
如下图
方法一
下载TypeScript Vue Plugin (Volar)插件就不报红了看它的描述应该就是ts文件可以识别vue文件。
方法二
在src文件夹下添加env.d.ts文件添加以下代码
declare module *.vue {import type { DefineComponent } from vue// eslint-disable-next-line typescript-eslint/no-explicit-any, typescript-eslint/ban-typesconst component: DefineComponent{}, {}, anyexport default component
}