issues
search
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:
Go to the source on Github
Download ./src/Button.vue and ./src/utils.js
Put the two files in your own source code
Update button.vue model (value to modelValue, see Vue docs)
Done!
If you're looking for Vue3 support: