1.在公司或者學習中,我們用Vue3+Ts建立專案時,實時開啟App.vue進行匯入Vue、Css、Ts檔案,但是在最開始時App.vue都會出現報錯(爆紅),這是應為ts檔案無法識別Vue檔案,這個時候我們需要在env.d.ts中匯入讓他識別檔案的原始碼。原始碼如下:
// vue3 報錯提示 找不到模組“./XXX.vue”或其相應的型別宣告 // 報錯原因:typescript 只能理解 .ts 檔案,無法理解 .vue檔案 declare module '*.vue' { import type { DefineComponent } from 'vue' // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types const component: DefineComponent<{}, {}, any> export default component }
建立Vue3+Ts專案的main.ts中App.vue報錯解決方案
相關文章
- 用vite建立vue3專案報錯解決ViteVue
- react建立專案報錯React
- 在Weblogic中建立域(含報錯解決)Web
- 多專案管理中的難題及解決方案專案管理
- Gundam-cli:前端專案建立釋出流程解決方案前端
- 安裝sass報錯解決方案
- Django(21)migrate報錯的解決方案Django
- ORA-01756報錯的解決方案
- myeclipse專案報錯終極解決辦法Eclipse
- vue 專案白屏解決方案Vue
- 專案更新迭代解決方案
- “專案檔案已被重新命名或已不在解決方案中”的解決辦法
- Laravel安裝horizon報錯解決方案Laravel
- win安裝wordcloud報錯解決方案Cloud
- electron npm install 報錯解決方案NPM
- minio報錯SignatureDoesNotMatch解決方案
- 關於Support for password authentication 報錯的解決方案
- TNS-12555報錯的解決方案
- ORA-03206報錯的解決方案
- Server Application Error報錯資訊的解決方案ServerAPPError
- 解決Vite-React專案中js使用jsx語法報錯的問題ViteReactJS
- 在typescript專案中解決cycle依賴的一種方案TypeScript
- Eclipse專案樹形列表不提示錯誤解決方案Eclipse
- 專案遷移URL解決方案
- npm install 安裝報錯解決方案NPM
- Android Studio 報錯解決方案 一Android
- CentOS 6安裝Oracle報錯解決方案CentOSOracle
- 無痕模式下localstorage報錯解決方案模式
- MySQL 啟動服務報錯解決方案MySql
- vue tsx 原生屬性報錯解決方案Vue
- eclipse 引入外部js檔案報Syntax error on token 錯解決方案EclipseJSError
- Unity3D啟動報錯的解決方案Unity3D
- Laravel 6.8 + Laravel-admin 1.7.8 新建專案報錯的解決方法Laravel
- 專案報錯
- ORACLE11g DataGuard手工建立錯誤的解決方案(一)Oracle
- ORACLE11g DataGuard手工建立錯誤的解決方案(二)Oracle
- vue-cli4.x建立的專案中解決跨域問題Vue跨域
- SpringBoot專案建立報錯——解決Intellij idea Error:java: 無效的源發行版: 16Spring BootIntelliJIdeaErrorJava