mirror of
				https://github.com/em-squared/5e-drs.git
				synced 2025-10-31 05:24:20 +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-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-if="$store.state.rightDrawer">mdi-chevron-right</v-icon> | ||||||
|         <v-icon v-else left>mdi-chevron-left</v-icon> |         <v-icon v-else left>mdi-chevron-left</v-icon> | ||||||
|       </v-btn> |       </v-btn> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Maxime Moraine
						Maxime Moraine