You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mounted: () => {
this.$nextTick( function () {
// Code that will run only after the
// entire view has been rendered
document.dispatchEvent(new Event("x-app-rendered"))
})
},
see also #39
I wonder if there is a way to fire the event programmatically after all request of a route are resolved. The idea above does not work. Doing it manually with each query is uncomfortable.
The text was updated successfully, but these errors were encountered:
see also #39
I wonder if there is a way to fire the event programmatically after all request of a route are resolved. The idea above does not work. Doing it manually with each query is uncomfortable.
The text was updated successfully, but these errors were encountered: