refactor(pages): add custom "empty" template
This commit is contained in:
		
							parent
							
								
									5b3515ff8e
								
							
						
					
					
						commit
						269a26b976
					
				
							
								
								
									
										4
									
								
								app.vue
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								app.vue
									
									
									
									
									
								
							| @ -44,6 +44,10 @@ | |||||||
| 			algorithm: darkBool ? theme.darkAlgorithm : theme.defaultAlgorithm, | 			algorithm: darkBool ? theme.darkAlgorithm : theme.defaultAlgorithm, | ||||||
| 		}" | 		}" | ||||||
| 	> | 	> | ||||||
|  | 		<template #renderEmpty> | ||||||
|  | 			<a-typography-title> ¯\_(ツ)_/¯ </a-typography-title> | ||||||
|  | 			<i> Nothing here but crickets. </i> | ||||||
|  | 		</template> | ||||||
| 		<NuxtLayout> | 		<NuxtLayout> | ||||||
| 			<NuxtPage v-if="$loaded" /> | 			<NuxtPage v-if="$loaded" /> | ||||||
| 			<div v-else> | 			<div v-else> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user