Skip to content

Commit 413f99b

Browse files
author
Nicolò Maria Mezzopera
committed
fix: remove ready event from l-icon
1 parent 8fd0a71 commit 413f99b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/LIcon.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,7 @@ export default {
9999
this.$el,
100100
{ attributes: true, childList: true, characterData: true, subtree: true }
101101
);
102-
103102
this.scheduleCreateIcon();
104-
this.$emit('ready', this.mapObject);
105103
},
106104
107105
beforeDestroy () {

0 commit comments

Comments
 (0)