mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 02:10:40 +01:00
chore(components): add names
This commit is contained in:
@@ -56,3 +56,7 @@ const remainingGroupSize = computed(() => {
|
||||
return avatars.value.length - props.max
|
||||
})
|
||||
</script>
|
||||
|
||||
<script lang="ts">
|
||||
export default { name: 'UAvatarGroup' }
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user