Skip to content

Commit 716afc3

Browse files
author
Nicolò Maria Mezzopera
committed
fix: remove ready event from icon default and fix propbinder args
1 parent 413f99b commit 716afc3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/LIconDefault.vue

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ export default {
1313
},
1414
mounted () {
1515
Icon.Default.imagePath = this.imagePath;
16-
propsBinder(this, this.mapObject, this.$options.props);
17-
this.$emit('ready', this.mapObject);
16+
propsBinder(this, {}, this.$options.props);
1817
},
1918
methods: {
20-
setImagePath (newVal, oldVal) {
19+
setImagePath (newVal) {
2120
Icon.Default.imagePath = newVal;
2221
}
2322
},

0 commit comments

Comments
 (0)