fix(components): update error boundary
ensure that styling is consistent by surrounding with `a-extract-style`
This commit is contained in:
parent
480655a0ee
commit
718fcc6ff8
@ -18,7 +18,8 @@ ${p.error.stack}
|
||||
`;
|
||||
</script>
|
||||
<template>
|
||||
<a-typography-title> We ran into an issue.... :( <br /> </a-typography-title>
|
||||
<a-extract-style>
|
||||
<a-typography-title> We ran into an issue.... :( <br /></a-typography-title>
|
||||
<a-typography-paragraph
|
||||
style="font-size: 125%"
|
||||
:copyable="{
|
||||
@ -35,9 +36,10 @@ ${p.error.stack}
|
||||
<a-typography-text code>
|
||||
{{ JSON.stringify(unError, null, "\t") }}
|
||||
</a-typography-text>
|
||||
<a-typography-title :level="4"> Stack trace: </a-typography-title>
|
||||
<a-typography-title :level="4"> Stack trace:</a-typography-title>
|
||||
<a-typography-text>
|
||||
<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-paragraph>
|
||||
</a-extract-style>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user