TypeError: Cannot read property ‘use‘ of undefined
import { createApp } from 'vue'
import App from './App.vue'
import router from './router'
import Antd from 'ant-design-vue'
import 'ant-design-vue/dist/antd.css'
const app = createApp(App)
app
.use(router)
.use(Antd)
.mount('#app')
解決方法:安裝新版本ant
npm i [email protected]
相關推薦
TypeError: Cannot read property ‘use‘ of undefined
技術標籤:vue報錯vueant import { createApp } from \'vue\' import App from \'./App.vue\' import router from \'./router\'
vue-router使用出現Uncaught TypeError:Cannot read property ‘use‘ of undefined
問題 Uncaught TypeError:Cannot read property \'use\' of undefined //vue.use()沒有定義 Uncaught TypeError:vue_router__WEBPACK_IMPORTED_MODULE_6__.default is not a constructor// 說vue-router預設的不是構
vue_devtools報錯:Uncaught TypeError: Cannot read property ‘type‘ of undefined
vue devtools報錯:Uncaught TypeError: Cannot read property ‘type’ of undefined vue devtools沒有檢測出頁面的元件,並且每次點選重新整理都會報錯。(頁面本身能夠正常渲染,不會報錯)
TypeError: Cannot read property ‘$options‘ of undefined解決uniapp中子元件點選事件報錯的問題
技術標籤:筆記vue小程式uni-app TypeError: Cannot read property ‘$options’ of undefined解決uniapp中子元件點選事件報錯的問題
JavaScript出現 Uncaught TypeError: Cannot read property XXX of undefined的報錯
技術標籤:遇到的問題js 專案場景: 點選選單進入頁面報錯 問題描述: 報錯資訊如下:
vue-cli-service serve啟動報錯 TypeError: Cannot read property ‘upgrade‘ of undefined
技術標籤:vue-cli-servicevue 專案啟動,報錯如下: $ vue-cli-service serve INFOStarting development server...
echarts報錯 TypeError: Cannot read property ‘linearGradient‘ of undefined
如果echarts是5.0報上述錯誤, 且是按需引入的情況下,檢查引入路徑是不是如下路徑
jquery datatables提示VM505:9 Uncaught TypeError: Cannot read property ‘column‘ of undefined錯誤
提示錯誤如下: 出現此錯誤,需要在DataTable加入如下選項即可: "lengthChange" : false,
TypeError: Cannot read property ‘url‘ of undefined 問題已解決
技術標籤:nodejs 在做web後端伺服器時,獲取url時出現TypeError: Cannot read property ‘url’ of undefined
Vue+elementUI開發問題解決:“TypeError: Cannot read property ‘resetFields‘ of undefined“
技術標籤:前端頁面vueelementui 本人在開發過程中,因為是引用了相似的頁面部分,所以兩個頁面的el-dialog中:el-form表單ref=“dataAddForm” 都相同
JS中this的指向問題(Uncaught (in promise) TypeError: Cannot read property ‘$router‘ of undefined)
技術標籤:JavaScript 程式碼如下: login(){ // let that = this; //地址http://localhost:8000/user/login、引數this.user
接入react-redux 之後執行出現錯誤TypeError: Cannot read property ‘getState‘ of undefined at Provider.js:19
技術標籤:# React專案爬坑記錄React的學習歷程reactreactjs 新建的專案中,接入react-redux 之後執行出現錯誤如下: 錯誤1:
Building for production... ERROR TypeError: Cannot read property ‘createHash‘ of undefined
npm run build打包報錯問題 問題描述1、由於我近期更新了我全域性webpack版本,導致有的老專案在install時報錯;
Vue eCharts Cannot read property ‘init‘ of undefined 報錯問題
技術標籤:Vuevuetsecharts 在vue 專案中使用 eCharts ,但是專案一直報 init of undefined ,查閱很多資料,方法不一
Uncaught TypeError: Cannot read property ‘length‘ of null解決經驗貼
技術標籤:studyjavascript 這是因為length屬性不能測null的長度,所以在使用length屬性前可以先判斷一下某個欄位是否可能為null。例:
解決vue+ts中報錯:Cannot read property ‘push‘ of undefined
技術標籤:vueTSvuetypescript 解決vue+ts中報錯:Cannot read property ‘push’ of undefined
vue彈窗中echarts報錯typeError: Cannot read property ‘getAttribute‘ of null
技術標籤:vue.jsvue彈窗中echarts報錯 今天需要在抽屜裡面繪製echarts圖形 發現個神奇的報錯 不顯示圖形 還報錯 : typeError: Cannot read property ‘getAttribute’ of null 百度下知道是因為拿不到dom節點
《踩坑》Cannot read property ‘tapPromise‘ of undefined
技術標籤:vuevue webpack 外掛報錯.png vue 使用webpack外掛打包時候報錯 compression-webpack-plugin 目前最新版是 7.1.0
html頁面重新載入miniui框架dataGrid報錯:miniui.js:13 Uncaught TypeError: Cannot read property ‘_id‘ of null原因
技術標籤:miniui# HTMLhtmljs 父頁面用mini.open()開啟一個子頁面,然後關閉子頁面,父頁面重新載入datagrid資料報錯:
Cannot read property ‘resetFields‘ of undefined解決方案
技術標籤:Java專案實戰問題javajavascriptjsresetFields經驗分享 【辰兮要努力】:hello你好我是辰兮,很高興你能來閱讀,暱稱是希望自己能不斷精進,向著優秀程式設計師前行!部落格來源於專案以及程式設計中