forked from FoundKeyGang/FoundKey
fix: use correct closing quote
This commit is contained in:
parent
ec4fe55acf
commit
c9f41f737d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ import { i18n } from '@/i18n';
|
||||||
|
|
||||||
const emit = defineEmits<{
|
const emit = defineEmits<{
|
||||||
(ev: 'toggle', v: boolean): void;
|
(ev: 'toggle', v: boolean): void;
|
||||||
(ev: 'remove"): void;
|
(ev: 'remove'): void;
|
||||||
}>();
|
}>();
|
||||||
|
|
||||||
const props = withDefaults(defineProps<{
|
const props = withDefaults(defineProps<{
|
||||||
|
|
Loading…
Reference in a new issue