| 
									
										
										
										
											2020-04-27 09:04:49 +02:00
										 |  |  | <template> | 
					
						
							| 
									
										
										
										
											2020-04-27 17:42:48 +02:00
										 |  |  |   <div> | 
					
						
							|  |  |  |     <Breadcrumb class="mr-auto" /> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <AbilityCalculator /> | 
					
						
							|  |  |  |   </div> | 
					
						
							| 
									
										
										
										
											2020-04-27 09:04:49 +02:00
										 |  |  | </template> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <script> | 
					
						
							| 
									
										
										
										
											2020-04-27 17:42:48 +02:00
										 |  |  | import Breadcrumb from '@theme/components/Breadcrumb' | 
					
						
							| 
									
										
										
										
											2020-04-27 09:04:49 +02:00
										 |  |  | import AbilityCalculator from '@theme/components/AbilityCalculator' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | export default { | 
					
						
							| 
									
										
										
										
											2020-04-28 12:33:49 +02:00
										 |  |  |   components: { Breadcrumb, AbilityCalculator }, | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   mounted () { | 
					
						
							|  |  |  |     this.$store.commit('setHasRightDrawer', false) | 
					
						
							|  |  |  |     this.$store.commit('setRightDrawer', this.$vuetify.breakpoint.lgAndUp) | 
					
						
							|  |  |  |     this.$store.commit('setInRightDrawer', null) | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2020-04-27 09:04:49 +02:00
										 |  |  | } | 
					
						
							|  |  |  | </script> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <style lang="scss"> | 
					
						
							|  |  |  | </style> |