mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	fix: make search suggestions work as before
This commit is contained in:
		
							parent
							
								
									ed7be09e54
								
							
						
					
					
						commit
						2fc097b7c7
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -1,14 +1,13 @@
 | 
			
		|||
<template>
 | 
			
		||||
    <div class="flex flex-col w-full min-h-screen px-1vw py-5 reset" :class="[theme]">
 | 
			
		||||
        <div class="flex-1">
 | 
			
		||||
            <NavBar />
 | 
			
		||||
 | 
			
		||||
        <main class="flex-1">
 | 
			
		||||
            <router-view v-slot="{ Component }">
 | 
			
		||||
                <keep-alive :max="5">
 | 
			
		||||
                    <component :is="Component" :key="$route.fullPath" />
 | 
			
		||||
                </keep-alive>
 | 
			
		||||
            </router-view>
 | 
			
		||||
        </main>
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
        <FooterComponent />
 | 
			
		||||
    </div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue