add: map directions & set data load in form edit
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user