Vue.Isotope
Vue.Isotope copied to clipboard
Isotope not reacting to changes in prop `list`
I'm trying to add a textbox, that can be used to filter by text. I'm watching the textbox, and it is filtering the provided array of items through a computed.
Only the Vue.isotope is not updating the provided to Isotope, on a change of value in the prop.
Any idea how to solve this?