refactor(nuxt): update app.vue
wrap nuxt error boundary with `a-extract-style` component also remove commented-out `NuxtWelcome` component
This commit is contained in:
		
							parent
							
								
									428023b89a
								
							
						
					
					
						commit
						64acbb60f7
					
				
							
								
								
									
										13
									
								
								app.vue
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								app.vue
									
									
									
									
									
								
							| @ -32,14 +32,15 @@ | |||||||
| 	<a-extract-style> | 	<a-extract-style> | ||||||
| 		<NuxtLayout> | 		<NuxtLayout> | ||||||
| 			<NuxtPage /> | 			<NuxtPage /> | ||||||
| 			<!-- <NuxtWelcome /> --> |  | ||||||
| 		</NuxtLayout> | 		</NuxtLayout> | ||||||
| 	</a-extract-style> | 	</a-extract-style> | ||||||
| 	<nuxt-error-boundary> | 	<a-extract-style> | ||||||
| 		<template #error="{ error, clearError }"> | 		<nuxt-error-boundary> | ||||||
| 			<error-bound :error="error" /> | 			<template #error="{ error, clearError }"> | ||||||
| 		</template> | 				<error-bound :error="error" /> | ||||||
| 	</nuxt-error-boundary> | 			</template> | ||||||
|  | 		</nuxt-error-boundary> | ||||||
|  | 	</a-extract-style> | ||||||
| </template> | </template> | ||||||
| <style> | <style> | ||||||
| 	body { | 	body { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user