Add page-content-wrapper to main app template
This commit is contained in:
		
							parent
							
								
									dfc4b88ca8
								
							
						
					
					
						commit
						fb5e6cde46
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -3,8 +3,10 @@ | |||
|     <slot> | ||||
|       <p>TODO: put your nav in the default slot!</p> | ||||
|     </slot> | ||||
|     <div class="page-content"> | ||||
|       <router-view /> | ||||
|     <div class="page-content-wrapper"> | ||||
|       <div class="page-content"> | ||||
|         <router-view /> | ||||
|       </div> | ||||
|     </div> | ||||
|     <footer class="footer"> | ||||
|       <slot name="footer"> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lance Edgar
						Lance Edgar