This commit is contained in:
2019-11-07 22:43:03 +00:00
parent 171a389af9
commit 69f8ededb8
3 changed files with 31 additions and 17 deletions

View File

@@ -156,7 +156,7 @@ export default {
},
mounted() {
//this.$root.$gzconfirm = this.$refs.gzconfirm.open;
this.$root.$gznotify = this.$refs.gznotify.open;
this.$root.$gznotify = this.$refs.gznotify.addNotification;
//redirect to login if not authenticated
if (!this.$store.state.authenticated) {