We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe2ef1 commit aa4d136Copy full SHA for aa4d136
1 file changed
packages/vue-ui/src/widgets/ErrorDisplay.vue
@@ -13,7 +13,7 @@ const pageRestOptions = {
13
</script>
14
15
<template>
16
- <PageRest :v-bind="pageRestOptions">
+ <PageRest :v-bind="pageRestOptions" class="docs">
17
<ErrorScreen v-bind="props" @handle="handleError" />
18
</PageRest>
19
</template>
0 commit comments