Skip to content

Commit

Permalink
fix(vsimplecheckbox): fix ripple behavior
Browse files Browse the repository at this point in the history
fix(VSimpleCheckbox) vuetifyjs#12224
  • Loading branch information
belov38 committed Oct 5, 2021
1 parent 0aa692a commit d3e5ffa
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -60,6 +60,7 @@ export default Vue.extend({
},
}), icon))

Vue.directive('ripple', ripple)
if (props.ripple && !props.disabled) {
const ripple = h('div', Colorable.options.methods.setTextColor(props.color, {
staticClass: 'v-input--selection-controls__ripple',
Expand Down

0 comments on commit d3e5ffa

Please sign in to comment.