mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 05:04:21 +00:00
affichage du bouton de repli uniquement s'il est pertienent
This commit is contained in:
parent
f778d69981
commit
aaa43c63cd
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
</v-container>
|
||||
|
||||
<v-btn v-show="$vuetify.breakpoint.lgAndUp" color="primary" @click.stop="setRightDrawer" :class="rightDrawerButtonCSS()" small top right fixed fab>
|
||||
<v-btn v-show="$vuetify.breakpoint.lgAndUp && $store.state.hasRightDrawer" color="primary" @click.stop="setRightDrawer" :class="rightDrawerButtonCSS()" small top right fixed fab>
|
||||
<v-icon v-if="$store.state.rightDrawer">mdi-chevron-right</v-icon>
|
||||
<v-icon v-else left>mdi-chevron-left</v-icon>
|
||||
</v-btn>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue