2๐
โ
Vue will render the component with the initial chartData
(which is a boolean). You should use a v-if or other logic and render Chartjs
component when you have the response. For example you can show a loading message/animation while the chartData
is false.
Source:stackexchange.com