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
"highcharts" versions: "^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.
<highcharts :options="chartOptions"></highcharts>
I upgraded the highcharts version – I thought it would help. But it didn’t help.