euvl / vue-js-toggle-button

:fish_cake: Vue.js 2 toggle / switch button - simple, pretty, customizable
http://vue-js-toggle-button.yev.io/
MIT License
934 stars 133 forks source link

Vue3 support solution #182

Open ddjurback opened 9 months ago

ddjurback commented 9 months ago

If you're looking for Vue3 support:

  1. Go to the source on Github
  2. Download ./src/Button.vue and ./src/utils.js
  3. Put the two files in your own source code
  4. Update button.vue model (value to modelValue, see Vue docs)
  5. Done!