Skip to content

Commit 8ab63b4

Browse files
feat: add marker as props
1 parent 3341a1a commit 8ab63b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/GeocoderControl.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ export default {
8181
type: Object,
8282
default: null
8383
},
84+
marker: {
85+
type: [Boolean, Object],
86+
default: true
87+
},
8488
// Component options
8589
input: {
8690
type: String,

0 commit comments

Comments
 (0)