From cccd24c3a54778016893c4d437b19a8216374ae7 Mon Sep 17 00:00:00 2001 From: Muhsin Keloth Date: Mon, 22 Apr 2024 14:50:17 +0530 Subject: [PATCH] chore: move component to vue3 syntax --- app/javascript/v3/components/Form/Avatar.vue | 63 ++++++++++---------- 1 file changed, 32 insertions(+), 31 deletions(-) diff --git a/app/javascript/v3/components/Form/Avatar.vue b/app/javascript/v3/components/Form/Avatar.vue index 2f9c0109d..4d39b752d 100644 --- a/app/javascript/v3/components/Form/Avatar.vue +++ b/app/javascript/v3/components/Form/Avatar.vue @@ -1,6 +1,7 @@ -