石狮app网站开发,邱县做网站,建设直播平台网站软件,谁有手机可以上的网站问题
如下图#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
}