This commit is contained in:
@@ -8,8 +8,13 @@
|
||||
v-if="isAuthenticated"
|
||||
v-model="drawer"
|
||||
app
|
||||
temporary
|
||||
width="345"
|
||||
>
|
||||
<!--
|
||||
mini-variant
|
||||
mini-variant-width="60"
|
||||
-->
|
||||
<v-list>
|
||||
<template v-for="item in navItems">
|
||||
<!-- TOP LEVEL can be holders or actions -->
|
||||
@@ -252,6 +257,11 @@ export default {
|
||||
}
|
||||
};
|
||||
},
|
||||
// watch: {
|
||||
// drawer(val) {
|
||||
// this.$store.commit("setDrawer", this.drawer);
|
||||
// }
|
||||
// },
|
||||
created() {
|
||||
//Detect version change, wipe persisted form settings if has changed
|
||||
let currentVersion = window.$gz.clientInfo.version;
|
||||
@@ -277,6 +287,8 @@ export default {
|
||||
window.$gz.dialog.wireUpEventHandlers(this);
|
||||
openObjectHandler.wireUpEventHandlers(this);
|
||||
window.$gz.translation.setVuetifyDefaultLanguageElements(this);
|
||||
|
||||
// this.drawer = this.$store.state.drawer;
|
||||
},
|
||||
beforeDestroy() {
|
||||
//UNWIRE ALL EVENT HANDLERS FROM GZEVENTBUS
|
||||
|
||||
Reference in New Issue
Block a user