Skip to content

Commit 27eb22f

Browse files
committed
chore(core): add missing name to A11yDescriptions
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
1 parent 5df08ba commit 27eb22f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/components/A11y/A11yDescriptions.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const ariaLiveStyle: CSSProperties = {
1919

2020
<script lang="ts">
2121
export default {
22+
name: 'A11yDescriptions',
2223
compatConfig: { MODE: 3 },
2324
}
2425
</script>

0 commit comments

Comments
 (0)