diff --git a/components/account/AccountAvatar.vue b/components/account/AccountAvatar.vue index 26953d8d..c7f52056 100644 --- a/components/account/AccountAvatar.vue +++ b/components/account/AccountAvatar.vue @@ -6,8 +6,8 @@ defineProps<{ square?: boolean }>() -const loaded = $ref(false) -const error = $ref(false) +const loaded = ref(false) +const error = ref(false)