fix: use correct closing quote

This commit is contained in:
Johann150 2022-08-01 00:08:56 +02:00
parent ec4fe55acf
commit c9f41f737d
Signed by untrusted user: Johann150
GPG Key ID: 9EE6577A2A06F8F1
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import { i18n } from '@/i18n';
const emit = defineEmits<{
(ev: 'toggle', v: boolean): void;
(ev: 'remove"): void;
(ev: 'remove'): void;
}>();
const props = withDefaults(defineProps<{