午夜剧场伦理_日本一道高清_国产又黄又硬_91黄色网战_女同久久另类69精品国产_妹妹的朋友在线

您的位置:首頁技術(shù)文章
文章詳情頁

ts依賴引入報錯:無法找到模塊“xxxxxx”的聲明文件問題解決

瀏覽:31日期:2022-06-13 14:39:17

依賴引入報錯是因為ts沒有識別當前引入的依賴,在vite-env.d.ts中聲明該依賴即可解決,語法:declare module "依賴名";

declare module 'file-saver';

解決找不到模塊“./App.vue”或其相應的類型聲明。

declare module '*.vue' { import { DefineComponent } from 'vue'; const component: DefineComponent<{}, {}, any>; export default component;}

解決router引入報錯的問題

declare module '*./router' { import type { DefineComponent } from 'vue-router' const component: DefineComponent<{}, {}, any> export default component}

declare module 'vue-router'

一些依賴報錯問題的解決

// <reference types='vite/client' />// 解決引入vue的報錯declare module '*.vue' { import { DefineComponent } from 'vue'; const component: DefineComponent<{}, {}, any>; export default component;}// 解決引入scss報錯問題declare module '*.scss' { const scss: Record<string, string>; export default scss;}// 解決引入模塊的報錯提示declare module 'vuedraggable/src/vuedraggable';declare module '@pureadmin/components';declare module '@pureadmin/theme';declare module '@pureadmin/theme/dist/browser-utils';declare module 'nprogress';declare module 'file-saver';declare module 'element-plus/dist/locale/zh-cn.mjs'; /*解決element-plus國際化依賴報錯*//* 解決axios報錯:類型“{ params: any; '': any; }”的參數(shù)不能賦給類型“AxiosRequestConfig<any> 解決:屬性“xxxxx”在類型”{ $: ComponentInternalInstance; $data : {}; $props:Part......報錯問題 */declare module 'axios' { export interface AxiosRequestConfig { // 添加數(shù)據(jù)類型 handlerEnabled?: boolean; baseURL: string; timeout: number; }}// 處理TS數(shù)據(jù)類型問題 類型“AxiosResponse<any, any>”上不存在屬性“meta”。declare module 'axios' { interface AxiosResponse<T = any> { meta: any; // 這里追加你的參數(shù) baseURL?: string; timeout?: number; } export function create(config?: AxiosRequestConfig): AxiosInstance;}

總結(jié)

到此這篇關于ts依賴引入報錯:無法找到模塊“xxxxxx”的聲明文件問題解決的文章就介紹到這了,更多相關ts無法找到模塊xxxxxx的聲明文件內(nèi)容請搜索好吧啦網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關文章希望大家以后多多支持好吧啦網(wǎng)!

標簽: JavaScript
主站蜘蛛池模板: 国产精品久久久久久69 | 亚洲视频h| 国产在线啪 | 丁香六月久久 | 五月天精品视频 | 天天插天天舔 | 亚洲女人在线 | 91日本| 国产手机视频在线 | 日本在线观看一区二区三区 | 成人片在线免费看 | 性大毛片视频 | 在线只有精品 | 欧美三级在线 | 国内自拍视频在线播放 | 中日韩一级黄色片 | 亚洲欧美日韩精品久久亚洲区 | 亚洲欧美日韩高清 | 影音先锋国产在线 | 天天视频入口 | 久久久精品久久久 | 日韩国产精品一区二区 | 午夜在线影院 | 18精品爽国产三级网站 | 日韩欧美中文字幕一区二区三区 | 婷婷五月色综合 | 久日视频 | 在线看中文字幕 | 糖心vlog免费在线观看 | 久久精品在线观看视频 | 色婷婷在线观看视频 | 久久精品视频免费 | 午夜在线成人 | 欧美一级一区二区三区 | 久久久久一区二区三区 | 亚洲91久久| 国产免费一区二区三区最新不卡 | 欧美爱爱网 | 日本91 | 久久综合免费视频 | 国产一级片毛片 |