Skip to content

Commit 49dd088

Browse files
committedJan 29, 2025·
fix(Badge): missing UAvatar import
Resolves #3203
1 parent c1c9da4 commit 49dd088

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/runtime/components/Badge.vue

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ import { computed } from 'vue'
4040
import { Primitive } from 'reka-ui'
4141
import { useComponentIcons } from '../composables/useComponentIcons'
4242
import UIcon from './Icon.vue'
43+
import UAvatar from './Avatar.vue'
4344
4445
const props = withDefaults(defineProps<BadgeProps>(), {
4546
as: 'span'

0 commit comments

Comments
 (0)
Please sign in to comment.