add: map directions & set data load in form edit

This commit is contained in:
Alexandro Uc Santos
2023-12-09 19:58:37 -06:00
parent cea26e1f6e
commit bb6cd37532
10 changed files with 393 additions and 161 deletions

View File

@@ -1,7 +1,7 @@
<script setup>
defineProps({
const props = defineProps({
field: {
type: [String, Number]
type: [String, Number, Date]
},
label: {
type: String,
@@ -27,6 +27,7 @@
})
defineEmits(['update:field'])
</script>
<template>