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>
|
||||
<NuxtLayout>
|
||||
<NuxtPage />
|
||||
<!-- <NuxtWelcome /> -->
|
||||
</NuxtLayout>
|
||||
</a-extract-style>
|
||||
<nuxt-error-boundary>
|
||||
<template #error="{ error, clearError }">
|
||||
<error-bound :error="error" />
|
||||
</template>
|
||||
</nuxt-error-boundary>
|
||||
<a-extract-style>
|
||||
<nuxt-error-boundary>
|
||||
<template #error="{ error, clearError }">
|
||||
<error-bound :error="error" />
|
||||
</template>
|
||||
</nuxt-error-boundary>
|
||||
</a-extract-style>
|
||||
</template>
|
||||
<style>
|
||||
body {
|
||||
|
Loading…
x
Reference in New Issue
Block a user