深圳的網(wǎng)站建設(shè)公司電話網(wǎng)站推廣怎樣做
問題
如下圖:
方法一
下載TypeScript Vue Plugin (Volar)插件就不報紅了,看它的描述應(yīng)該就是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<{}, {}, any>export default component
}