No animation when sync is true
bagaskarala opened this issue · 1 comments
bagaskarala commented
When i set :sync="true"
, the switch still can be triggered, but its animation not work. When i turn on, it still on the off state, but it still run the methods. But when i delete :sync="true"
, it will show the animation and also trigger the methods, but cannot change the on/off state programmatically.
bagaskarala commented
i change props value
to v-model
and its now worked properly