Added a center instead of required on Map component.

This commit is contained in:
NathanAP
2022-12-20 09:29:42 -03:00
parent 91b69345b3
commit 462679a77e

View File

@@ -19,7 +19,7 @@ import { mappedPropsToVueProps } from './build-component.js'
const props = { const props = {
center: { center: {
required: true, default: { lat: 0, lng: 0 },
twoWay: true, twoWay: true,
type: Object, type: Object,
noBind: true, noBind: true,