multiple avatar component array reverse correction
This commit is contained in:
parent
fd23d66ccd
commit
8ff9ea380e
@ -48,5 +48,5 @@ const props = defineProps({
|
||||
default: 'md',
|
||||
},
|
||||
})
|
||||
const reverseAvatars = computed(() => props.avatars.reverse())
|
||||
const reverseAvatars = computed(() => [...props.avatars].reverse())
|
||||
</script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user