0👍
Is there any reason of not using computed property?
I defined a static data within the parent component, passed those options through child props
, and changing the myTitel
property (little remark here, this property should actually be called myTitle
) every one second in parent component. Looks like everything works fine.
Live example: https://codesandbox.io/s/highcharts-vue-demo-7xxg2?file=/src/App.vue
Source:stackexchange.com