diff --git a/components/account/AccountAvatar.vue b/components/account/AccountAvatar.vue index 0a0e57e2..8bc609b4 100644 --- a/components/account/AccountAvatar.vue +++ b/components/account/AccountAvatar.vue @@ -3,9 +3,25 @@ import type { Account } from 'masto' defineProps<{ account: Account + hover?: boolean }>() + +defineOptions({ + inheritAttrs: false, +}) diff --git a/components/account/AccountCard.vue b/components/account/AccountCard.vue index c0d32b93..517cf2b3 100644 --- a/components/account/AccountCard.vue +++ b/components/account/AccountCard.vue @@ -10,7 +10,7 @@ cacheAccount(account)