Skip to content

Commit

Permalink
Added a center instead of required on Map component.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanAP committed Dec 20, 2022
1 parent 91b6934 commit 462679a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 462679a

Please sign in to comment.