Skip to content

Commit 9a60975

Browse files
committed
Prevent "error reading property 'lng' of null" on default CircleMarker
1 parent 7d289cc commit 9a60975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LCircleMarker.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default {
1515
props: {
1616
latLng: {
1717
type: [Object, Array],
18-
default: () => []
18+
default: () => [0, 0]
1919
},
2020
pane: {
2121
type: String,

0 commit comments

Comments
 (0)