fix(components): update error boundary

ensure that styling is consistent by surrounding with `a-extract-style`
This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2024-12-09 15:38:16 -05:00
parent 480655a0ee
commit 718fcc6ff8
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -18,6 +18,7 @@ ${p.error.stack}
`; `;
</script> </script>
<template> <template>
<a-extract-style>
<a-typography-title> We ran into an issue.... :( <br /></a-typography-title> <a-typography-title> We ran into an issue.... :( <br /></a-typography-title>
<a-typography-paragraph <a-typography-paragraph
style="font-size: 125%" style="font-size: 125%"
@ -40,4 +41,5 @@ ${p.error.stack}
<a-typography-text v-html="error.stack"></a-typography-text> <a-typography-text v-html="error.stack"></a-typography-text>
</a-typography-text> </a-typography-text>
</a-typography-paragraph> </a-typography-paragraph>
</a-extract-style>
</template> </template>