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
- js提示Cannot read property ‘replace‘ of undefinedJSUndefined
- vue 踩坑記錄 cannot read property xxx of undefinedVueUndefined
- 前端報錯: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 property 'styles' of undefinedUndefined
- Appium dmg 安裝:[TypeError: Cannot read property 'replace' of undefined]APPErrorUndefined
- cannot read prpperty ‘start‘ of undefined(問題記錄)Undefined
- [譯] 避免那些可惡的 "cannot read property of undefined" 錯誤Undefined
- vue-router.esm.js?fe87:2210 TypeError: Cannot read property ‘$createElement‘ of undefinedVueJSErrorUndefined
- Call to undefined function mysqli_init()UndefinedFunctionMySql
- el-tree 報錯 TypeError: Cannot read property ‘setCheckedKeys‘ of undefined“ErrorUndefined
- golang中的init初始化函式Golang函式
- BUG——AngularJS:Cannot set property ‘pic‘ of undefinedAngularJSUndefined
- vue init webpack my-project指令時報錯問題(一)VueWebProject
- PHP報錯:Call to undefined function curl_init()PHPUndefinedFunction
- go mod init報錯問題Go
- 00 #### `__init__` ,初始化方法
- vue init webpack報錯VueWeb
- Undefined class constant 'MYSQL_ATTR_INIT_COMMAND'UndefinedMySql
- 系統初始化之sys init
- Echarts論文文獻引用問題Echarts
- Cannot set property ‘type‘ of null(vue)NullVue
- php執行出現Call to undefined function curl_init()PHPUndefinedFunction
- 如何修復Vue中的 “this is undefined” 問題VueUndefined
- spring的延遲初始化bean (default-lazy-init 與 lazy-init )SpringBean
- Django __init__ 方法用於初始化Django
- Init
- spring中的default-lazy-init引數和lazy-initSpring
- Python中_init_() 方法Python
- init sys
- ora9i的init.ora問題
- 淺析 Linux 初始化 init 系統: SystemdLinux
- 【轉】Linux初始化init系統[sysvinitsystemdupstart]Linux
- vue搭建腳手架 出現問題Command vue init requires a global addon to be installed.VueUI
- 2.Vue中bootstrap的引用問題Vueboot