English 中文(简体)
无法读取 VUE 更多3.2. x 的 null 属性( 正在读取节点Name ) 。
原标题:Cannot read properties of null (reading nodeName ) for VUE more 3.2.x
I upgraded from VUE 3.2.47 to 3.4.25 and had a problem. Moreover, all you need to do is change the VUE version. I use "highcharts": "^11.3.0", "highcharts-more": "^0.1.7", "highcharts-vue": "^1.4.3" I tried to upgrade to the versions "highcharts": "^11.4.1", "highcharts-more": "^0.1.7", "highcharts-vue": "^2.0.1" The result is the same. The v-if recommendations don t work. When returning to the old version of VUE 3.2.47, everything works great. I upgraded the highcharts version - I thought it would help. But it didn t help.
问题回答
Since highcharts-vue@2.0.0, the package requires usage of Vue >= 3.0.0. If you want to use older versions of vue, you should revert to older versions of highcharts-vue < 2.0.0: Highcharts Vue integration GitHub repository
I encountered the same issue with Vue 3.2.5. Does anyone have a solution for this error? I have researched it but haven t found a solution yet.




相关问题
Nuxt 3 useRoute import cannot find

I am using latest nuxt version and when I tried to use the useRoute method is triggers a "Cannot Find name useRoute" but it works so I would like to know what could I be missing My package ...

Vue array dependent select not display data

I have dependent selection like this. Selection image when i console log, they have data but not render data in selection data This is what i ve tried. for Product selection has default selected value ...

How to inject Bearer Token in Axios boot file

Quasar has a different setup using boot files and my current axios.ts looks liek this: import { boot } from quasar/wrappers ; import axios, { AxiosInstance } from axios ; declare module @vue/...

Vue router and Vite Base url conflict

I use Vue Router to develop my single page application and use Vite to package my project. I want to deploy all static files (such as index.js and index.css) under another CDN domain name (cdn.example....

Vue.js change class on mounted

I have a button element with a .hover property and I need the hover animation to also happen as soon as the page is mounted. How can I attribute a class to a button on the mounted function and then ...

Laravel +Vuejs CORS issue

I am facing a dilemma wit the CORS issue. I have application that is configured as follow: API: https://abc.mydomain.com (laravel) front end: https://subdomain.mydomain.com(VueJS) Both applications ...

热门标签