You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this might be an issue with the Vue.js version you are using. When I started this project the way a child component was resolved(ie transcluded) was different compared to starting since Vue 0.11 (I belive)
So if I put checkbox on my page and I wish to update data based on checkbox state, how do I do that?
parent data:
When user enables checkbox
marked
should change totrue
and vice versa.The text was updated successfully, but these errors were encountered: