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