Closed leyenda closed 3 years ago
Hello everyone,
The prop fill is assigned to a data variable called localFill, only when the component is being created.
data () { return { localFill: this.fill } }
That makes not posible to change the fill prop once the icon is mounted. You can see in this example.
Maybe setting a watcher on the prop fill that update localFill is the fix?
Closed because it was fixed in #48
Thank you for the fix, may I ask if it can be released?
Edited: I am sorry, didnt see it was released.
Hello everyone,
The prop fill is assigned to a data variable called localFill, only when the component is being created.
That makes not posible to change the fill prop once the icon is mounted. You can see in this example.
Maybe setting a watcher on the prop fill that update localFill is the fix?