fix fields login
This commit is contained in:
@@ -4,6 +4,7 @@ import { UserStore } from '@modules'
|
||||
import { GlobalStore } from '@modules'
|
||||
import Vue from 'vue'
|
||||
import { Component, Prop } from 'vue-property-decorator'
|
||||
import { tools } from "@src/store/Modules/tools"
|
||||
|
||||
const namespace: string = 'GlobalModule'
|
||||
|
||||
@@ -46,7 +47,7 @@ export default class Drawer extends Vue {
|
||||
this.$router.replace('/')
|
||||
}, 1000)
|
||||
|
||||
this.$q.notify(this.$t('logout.uscito'))
|
||||
tools.showNotif(this.$q, this.$t('logout.uscito'), {icon: 'exit_to_app'})
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,15 +8,15 @@
|
||||
<div v-for="item in parent.routes">
|
||||
<div v-if="item.routes2">
|
||||
<q-expansion-item
|
||||
:header-inset-level="1"
|
||||
:content-inset-level="1"
|
||||
:header-inset-level="0.5"
|
||||
:content-inset-level="0.5"
|
||||
:label="$t(item.name)"
|
||||
:icon="item.materialIcon"
|
||||
class="titleSubMenu"
|
||||
>
|
||||
|
||||
<q-expansion-item v-for="(child2, index) in item.routes2" :to="child2.route" :key="index"
|
||||
:header-inset-level="1.1"
|
||||
:header-inset-level="0.5"
|
||||
:duration="300"
|
||||
expand-icon="map"
|
||||
:active="child2.label === 'Outbox'"
|
||||
|
||||
Reference in New Issue
Block a user