mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Merge pull request #2173 from rramiachraf/master
fix: make footer stick to the bottom
This commit is contained in:
		
						commit
						a4cd8a6a69
					
				
					 1 changed files with 9 additions and 8 deletions
				
			
		
							
								
								
									
										17
									
								
								src/App.vue
									
										
									
									
									
								
							
							
						
						
									
										17
									
								
								src/App.vue
									
										
									
									
									
								
							| 
						 | 
					@ -1,12 +1,13 @@
 | 
				
			||||||
<template>
 | 
					<template>
 | 
				
			||||||
    <div class="w-full min-h-screen px-1vw py-5 reset" :class="[theme]">
 | 
					    <div class="flex flex-col w-full min-h-screen px-1vw py-5 reset" :class="[theme]">
 | 
				
			||||||
        <NavBar />
 | 
					        <div class="flex-1">
 | 
				
			||||||
 | 
					            <NavBar />
 | 
				
			||||||
        <router-view v-slot="{ Component }">
 | 
					            <router-view v-slot="{ Component }">
 | 
				
			||||||
            <keep-alive :max="5">
 | 
					                <keep-alive :max="5">
 | 
				
			||||||
                <component :is="Component" :key="$route.fullPath" />
 | 
					                    <component :is="Component" :key="$route.fullPath" />
 | 
				
			||||||
            </keep-alive>
 | 
					                </keep-alive>
 | 
				
			||||||
        </router-view>
 | 
					            </router-view>
 | 
				
			||||||
 | 
					        </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <FooterComponent />
 | 
					        <FooterComponent />
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue