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
I want to clear some effect when app unmount. but I can't find the app api to do this. now i only hack rootProps to add onVnodeBeforeUnmount prop to achieve it. but i find vue2 has event dispatch
What problem does this feature solve?
I want to clear some effect when app unmount. but I can't find the app api to do this. now i only hack rootProps to add
onVnodeBeforeUnmount
prop to achieve it. but i find vue2 has event dispatchhttps://github.com/vuejs/vue-router/blob/dev/src/index.js#L98
What does the proposed API look like?
app maybe should expose some function to achieve it
The text was updated successfully, but these errors were encountered: