Skip to content

Commit 87dfbc5

Browse files
author
Nicolò Maria Mezzopera
authored
Merge pull request #342 from byWulf/master
Fixes divIcons
2 parents f9311dc + 6aee381 commit 87dfbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LIcon.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export default {
9191
mounted () {
9292
this.parentContainer = findRealParent(this.$parent);
9393
94-
propsBinder(this, null, this.$options.props);
94+
propsBinder(this, this.$parent.mapObject, this.$options.props);
9595
9696
this.observer = new MutationObserver(() => {
9797
this.scheduleHtmlSwap();

0 commit comments

Comments
 (0)