We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aba7a1 commit 886a77dCopy full SHA for 886a77d
src/components/LControlAttribution.vue
@@ -15,7 +15,7 @@ export default {
15
this.attributionControlOptions = {
16
...this.controlOptions,
17
prefix: this.prefix
18
- }
+ };
19
this.mapObject = L.control.attribution(this.attributionControlOptions);
20
propsBinder(this, this.mapObject, this.$options.props);
21
this.mapObject.addTo(this.$parent.mapObject);
0 commit comments