We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413f99b commit 716afc3Copy full SHA for 716afc3
src/components/LIconDefault.vue
@@ -13,11 +13,10 @@ export default {
13
},
14
mounted () {
15
Icon.Default.imagePath = this.imagePath;
16
- propsBinder(this, this.mapObject, this.$options.props);
17
- this.$emit('ready', this.mapObject);
+ propsBinder(this, {}, this.$options.props);
18
19
methods: {
20
- setImagePath (newVal, oldVal) {
+ setImagePath (newVal) {
21
Icon.Default.imagePath = newVal;
22
}
23
0 commit comments