mirror of
				https://github.com/em-squared/5e-drs.git
				synced 2025-10-31 13:34:21 +00:00 
			
		
		
		
	WIP bestiaire
This commit is contained in:
		
							parent
							
								
									bde611ae9b
								
							
						
					
					
						commit
						510db9f858
					
				
					 58 changed files with 29311 additions and 365 deletions
				
			
		
							
								
								
									
										29
									
								
								docs/.vuepress/theme/layouts/MonsterLayout.vue
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								docs/.vuepress/theme/layouts/MonsterLayout.vue
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,29 @@ | |||
| <template> | ||||
|   <div class="monster"> | ||||
|     <Breadcrumb /> | ||||
|     <Monster /> | ||||
|   </div> | ||||
| </template> | ||||
| 
 | ||||
| <script> | ||||
| import Breadcrumb from '@theme/components/Breadcrumb' | ||||
| import Monster from '@theme/components/Monster' | ||||
| 
 | ||||
| export default { | ||||
|   name: 'MonsterLayout', | ||||
| 
 | ||||
|   components: { | ||||
|     Breadcrumb, | ||||
|     Monster | ||||
|   }, | ||||
| 
 | ||||
|   mounted () { | ||||
|     this.$store.commit('setHasRightDrawer', false) | ||||
|     this.$store.commit('setRightDrawer', false) | ||||
|     this.$store.commit('setInRightDrawer', null) | ||||
|   } | ||||
| } | ||||
| </script> | ||||
| 
 | ||||
| <style> | ||||
| </style> | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Maxime Moraine
						Maxime Moraine