This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<v-app>
|
||||
<gznotify ref="gznotify"></gznotify>
|
||||
<!-- <gzconfirm ref="gzconfirm"></gzconfirm> -->
|
||||
<gzconfirm ref="gzconfirm"></gzconfirm>
|
||||
<!-- <gztest ref="gztest"></gztest> -->
|
||||
<v-navigation-drawer v-if="isAuthenticated" v-model="drawer" app>
|
||||
<v-list dense>
|
||||
@@ -117,15 +117,14 @@
|
||||
<script>
|
||||
/* xeslint-disable */
|
||||
import aboutInfo from "./api/aboutinfo";
|
||||
//import gzconfirm from "./components/gzconfirm";
|
||||
import gzconfirm from "./components/gzconfirm";
|
||||
import gznotify from "./components/gznotify";
|
||||
//import gztest from "./components/gztest";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
//gztest
|
||||
//gzconfirm
|
||||
// ,
|
||||
gzconfirm,
|
||||
gznotify
|
||||
},
|
||||
data() {
|
||||
@@ -155,7 +154,7 @@ export default {
|
||||
window.$gz.eventBus.$off();
|
||||
},
|
||||
mounted() {
|
||||
//this.$root.$gzconfirm = this.$refs.gzconfirm.open;
|
||||
this.$root.$gzconfirm = this.$refs.gzconfirm.open;
|
||||
this.$root.$gznotify = this.$refs.gznotify.addNotification;
|
||||
|
||||
//redirect to login if not authenticated
|
||||
|
||||
Reference in New Issue
Block a user