This commit is contained in:
@@ -77,6 +77,9 @@ export default {
|
||||
vm.formState.ready = true;
|
||||
}
|
||||
},
|
||||
beforeRouteEnter(to, from, next) {
|
||||
next(window.$gz.store.state.notifyAvailable);
|
||||
},
|
||||
beforeDestroy() {
|
||||
window.$gz.eventBus.$off("menu-click", clickHandler);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user