diff --git a/front/components/Field/InputField.vue b/front/components/Field/InputField.vue index 028b3cf..22120a3 100644 --- a/front/components/Field/InputField.vue +++ b/front/components/Field/InputField.vue @@ -2,7 +2,7 @@
- +
@@ -12,5 +12,6 @@ const props = defineProps<{ name: string label?: string placeholder?: string + class?: string }>()