mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-24 22:04:00 +02:00
Update MkForm.vue
This commit is contained in:
@@ -61,7 +61,6 @@ import { i18n } from '@/i18n.js';
|
|||||||
import type { MkSelectItem } from '@/components/MkSelect.vue';
|
import type { MkSelectItem } from '@/components/MkSelect.vue';
|
||||||
import type { MkRadiosOption } from '@/components/MkRadios.vue';
|
import type { MkRadiosOption } from '@/components/MkRadios.vue';
|
||||||
import type { Form, EnumFormItem, RadioFormItem } from '@/utility/form.js';
|
import type { Form, EnumFormItem, RadioFormItem } from '@/utility/form.js';
|
||||||
import { items } from 'happy-dom/lib/PropertySymbol';
|
|
||||||
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
form: Form;
|
form: Form;
|
||||||
|
|||||||
Reference in New Issue
Block a user