Is there a callback method like on-show and on-show using vue.js?
I am using v-show = "my-condition" in a div element. But inside there are charts.js charts that cannot be displayed if they are not visible.
Does anyone know how to render chart.js only when the parent becomes visible? They are inside custom tabs, so they fire potentially several times.
I am using Vue.js and vue-strap.
source
share