From 6aee381c3e625285dac39999218b39b4746129a2 Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Fri, 22 Feb 2019 14:14:47 +0100 Subject: [PATCH] Fixes divIcons --- src/components/LIcon.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();