diff --git a/src/components/LIcon.vue b/src/components/LIcon.vue index 1016b14f..1c0f10c2 100644 --- a/src/components/LIcon.vue +++ b/src/components/LIcon.vue @@ -91,7 +91,7 @@ export default { mounted () { this.parentContainer = findRealParent(this.$parent); - propsBinder(this, null, this.$options.props); + propsBinder(this, this.$parent.mapObject, this.$options.props); this.observer = new MutationObserver(() => { this.scheduleHtmlSwap();