0👍
From the docs:
When resolved, the component will also emit a ‘route-data-loaded’ event.
So:
events: {
'route-data-loaded': function() {
animateNewsApparition()
}
}
- [Vuejs]-On click function in vue-tables-2 throwing fns.apply is not a function
- [Vuejs]-Prerender-spa-plugin shows 2 pages on one route, instead of only one, in quasar framework, vue 1.x
Source:stackexchange.com