vue-switches
vue-switches copied to clipboard
Fixed the broken incompatibilty with Vue JS 3 / Vue 3 - Issue #27
Ref: https://v3.vuejs.org/guide/migration/v-model.html#overview
- prop: value -> modelValue;
- event: input -> update:modelValue;
Implemented these changes to make this component work with Vue3
Any update on this?
Any update?
When are you planning to make official release for Vue.js 3 support?