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:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2024-11-11 17:56:50 -05:00
parent 428023b89a
commit 64acbb60f7
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

13
app.vue
View File

@ -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 {