<< design template>>.
<< v-app: design=" {history: $vuetify.theme.themes['light'] history} ">>.
<< v-navigation-drawer: mini-variant=" miniVariant" application clipped taken care of>>.
<< v-list designed course=" py-0">
<> < v-list-item-group shade=" main">
<> < v-list-item v-for="( thing, i) in filteredMenu": trick=" i": to=" {name: item.name}" router>>.
<< v-list-item-action>>.
<< v-icon> > {{item.icon}} <.
<.
<< v-list-item-content>>.
<< v-list-item-title v-text=" item.title"/>>.
<.
<.
<.
<.
<.
<< v-app-bar clipped-left taken care of application: altitude=" 0" shade=" white">
<> < v-app-bar-nav-icon @click. quit=" miniVariant =! miniVariant" course=" mr-1"/>>.
<< nuxt-link to="/">
<> < img src="/ logo/brand-logo. svg" alt=" Teeny Programmer": elevation=" 35"/>>.
<.
<< v-spacer><> .
<< v-text-field course=" app-bar-text-field" v-model=" searchKeyword" placeholder=" Enter your keyword phrase for search".
described thick prepend-inner-icon=" mdi-magnify" hide-details><> .
<< v-spacer><> .
<< v-chip v-if="$ auth.loggedIn && & &$ auth.user.role" little shade=" caution">
course=" text-uppercase" > {{$ auth.user.role}
<}
<. < app-user v-if="$ auth.user"/>>.
<.
<< v-main>>.
<< v-container grid-list-xl course=" pt-5">
<> < v-layout row cover>>.
<< v-flex v-if="$ route.name!= 'control panel'" sm12>>.
<< sub-toolbar><> .
<.
<< v-flex sm12>>.
<< Nuxt/>>.
<.
<.
<.
<.
<< common/>>.
<.
<.
<< manuscript>>.
export default {
name: 'DefaultLayout',.
information: () => > ({
title: 'TC',.
miniVariant: incorrect,.
searchKeyword: void,.
} ),.
calculated: {
filteredMenu() {
return this.$ auth.loggedIn.
? _. filter(.
_. filter( this.$ collection.menu, (thing) => > {
if (.
! item.roles||
_. consists of( item.roles, _. toLower( this.$ auth.user.role)).
) {
return thing.
}
} ),.
_. identification.
).
:[]
},.
},.
}
<.
My navigating cabinet is not servicing smaller sized displays.
I wish to maintain open my navigating cabinet on huge displays as well as shut it on smaller sized displays. I underwent Vuetify's API of v-navigation
cabinet however might not discover my responses.