We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24615a8 commit 63b0d9dCopy full SHA for 63b0d9d
‎src/GeocoderControl.js‎
@@ -40,6 +40,7 @@ export default {
40
},
41
mapboxgl: {
42
type: Object,
43
+ required: true,
44
default: null,
45
46
@@ -76,6 +77,7 @@ export default {
76
77
...this.$attrs,
78
proximity: this.proximity,
79
accessToken: this.accessToken,
80
+ mapboxgl: this.mapboxgl,
81
});
82
83
this.control.on('results', this.$_updateInput);
0 commit comments