+
-import { computed, useAttrs } from 'vue'
+import {computed, useAttrs} from 'vue'
-defineOptions({ inheritAttrs: false })
+defineOptions({inheritAttrs: false})
const props = withDefaults(
defineProps<{
id?: string
label?: string
+ code?: string
modelValue: number | string | null | undefined
min?: number | string
max?: number | string
diff --git a/frontend/pages/reception/[[id]].vue b/frontend/pages/reception/[[id]].vue
index dbbbe78..e90b226 100644
--- a/frontend/pages/reception/[[id]].vue
+++ b/frontend/pages/reception/[[id]].vue
@@ -16,8 +16,12 @@
-
-
+
+