vue 中引用echarts 初始化init undefind問題(Cannot read property ‘init‘ of undefined)
今天 新的專案引用 vue 時居然報Init為未定義
一開始覺得是不是引入錯了,一查如果引入錯了直接 報錯了呀。怎麼可能執行得下去,後來覺得應該是版本問題。
解除安裝echarts
npm uninstall echarts --save
然後檢視下echarts的版本
npm view echarts versions
因為 預設安裝包是安裝最新 的版本的。我就選擇用前一個4.8.0試試。
1 |
|
@後面是指定想安裝 的版本號
安裝之後居然 就問題了。看來是新版本的問題吧
相關文章
- vue+echarts報錯Cannot read property ‘init‘ of underfinedVueEcharts
- echarts:Uncaught TypeError: Cannot read property '0' of undefinedEchartsErrorUndefined
- Cannot read property ‘aDataSort‘ of undefinedUndefined
- vue 踩坑記錄 cannot read property xxx of undefinedVueUndefined
- js提示Cannot read property ‘replace‘ of undefinedJSUndefined
- 前端報錯:cannot read property length of undefined前端Undefined
- [Vue warn]: Error in render: "TypeError: Cannot read property 'matched' of undefined" found in <App> at src/App.vueVueErrorUndefinedAPP
- cannot read prpperty ‘start‘ of undefined(問題記錄)Undefined
- vue-router.esm.js?fe87:2210 TypeError: Cannot read property ‘$createElement‘ of undefinedVueJSErrorUndefined
- 執行專案報錯Cannot read property 'styles' of undefinedUndefined
- el-tree 報錯 TypeError: Cannot read property ‘setCheckedKeys‘ of undefined“ErrorUndefined
- [譯] 避免那些可惡的 "cannot read property of undefined" 錯誤Undefined
- Call to undefined function mysqli_init()UndefinedFunctionMySql
- BUG——AngularJS:Cannot set property ‘pic‘ of undefinedAngularJSUndefined
- golang中的init初始化函式Golang函式
- go mod init報錯問題Go
- PHP報錯:Call to undefined function curl_init()PHPUndefinedFunction
- 00 #### `__init__` ,初始化方法
- vue init webpack my-project指令時報錯問題(一)VueWebProject
- vue init webpack報錯VueWeb
- spring的延遲初始化bean (default-lazy-init 與 lazy-init )SpringBean
- php執行出現Call to undefined function curl_init()PHPUndefinedFunction
- Django __init__ 方法用於初始化Django
- Cannot set property ‘type‘ of null(vue)NullVue
- vue搭建腳手架 出現問題Command vue init requires a global addon to be installed.VueUI
- Echarts論文文獻引用問題Echarts
- 如何修復Vue中的 “this is undefined” 問題VueUndefined
- Yii2 init 初始化指令碼分析指令碼
- 使用req.session.xxx時出現 Cannot set property ‘xxxx‘ of undefinedSessionUndefined
- composer init 初始化專案8個步驟
- 【Android】【init】解析init程式啟動過程Android
- Python中__init__的理解Python
- vue init深度定製團隊自己的Vue templateVue
- cli3 使用 vue init 建立專案Vue
- git init 命令Git
- __init__.py
- clinit和init
- 2.Vue中bootstrap的引用問題Vueboot