add: Form create load

This commit is contained in:
Alexandro Uc Santos
2023-12-07 18:04:17 -06:00
parent 2c74a4b3ae
commit cea26e1f6e
29 changed files with 1292 additions and 59 deletions

View File

@@ -1,7 +1,7 @@
<script setup>
defineProps({
field: {
type: String
type: [String, Number]
},
label: {
type: String,