From 8d54d7b87a151036051eec6657d505d114c96d2e Mon Sep 17 00:00:00 2001 From: upsiflu Date: Tue, 3 Dec 2024 11:38:07 +0100 Subject: [PATCH] chore(front): Replace `defineProp` macro with `defineProps` builtin available in Vue 3.5 --- front/src/components/playlist/Card.vue | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/front/src/components/playlist/Card.vue b/front/src/components/playlist/Card.vue index 5394bd52b..2d9095141 100644 --- a/front/src/components/playlist/Card.vue +++ b/front/src/components/playlist/Card.vue @@ -1,23 +1,25 @@ - + - {{ t('vui.by-user', playlist.user) }} + {{ t('vui.by-user', playlist.user.full_username) }} - +