This commit is contained in:
Petitminion 2025-05-20 20:37:17 +02:00 committed by Arne Bollinger
parent b9f42a7ef4
commit 4c670d3aba
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ const props = withDefaults(defineProps<Props>(), {
account: null
})
const modal = ref()
const show = useVModel(props, 'show', emit)