euvl/vue-js-toggle-button

No animation when sync is true

bagaskarala opened this issue · 1 comments

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.

i change props value to v-model and its now worked properly