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 = {
center: {
required: true,
default: { lat: 0, lng: 0 },
twoWay: true,
type: Object,
noBind: true,