Update MkForm.vue

This commit is contained in:
かっこかり 2026-03-04 12:22:01 +09:00 committed by GitHub
commit 2d3262a7c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,7 +61,6 @@ import { i18n } from '@/i18n.js';
import type { MkSelectItem } from '@/components/MkSelect.vue';
import type { MkRadiosOption } from '@/components/MkRadios.vue';
import type { Form, EnumFormItem, RadioFormItem } from '@/utility/form.js';
import { items } from 'happy-dom/lib/PropertySymbol';
const props = defineProps<{
form: Form;