Skip to content

Commit 63b0d9d

Browse files
fix: update source 🛠
1 parent 24615a8 commit 63b0d9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/GeocoderControl.js‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export default {
4040
},
4141
mapboxgl: {
4242
type: Object,
43+
required: true,
4344
default: null,
4445
},
4546
},
@@ -76,6 +77,7 @@ export default {
7677
...this.$attrs,
7778
proximity: this.proximity,
7879
accessToken: this.accessToken,
80+
mapboxgl: this.mapboxgl,
7981
});
8082

8183
this.control.on('results', this.$_updateInput);

0 commit comments

Comments
 (0)