Added a center instead of required on Map component.
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user