0👍
It turns out I needed to use Vue.set(member, ‘toggle’, true); Vue wasn’t being notified about the change, but this did the trick!
Source:stackexchange.com
0👍
It turns out I needed to use Vue.set(member, ‘toggle’, true); Vue wasn’t being notified about the change, but this did the trick!