Fixed #4564 - Using Tailwind setup - the Ripple data attributes get added automatically
parent
5ff7eb8e4c
commit
471fdc92db
|
@ -8,9 +8,9 @@ const Ripple = BaseRipple.extend('ripple', {
|
|||
if (config && config.ripple) {
|
||||
this.create(el);
|
||||
this.bindEvents(el);
|
||||
}
|
||||
|
||||
el.setAttribute('data-pd-ripple', true);
|
||||
el.setAttribute('data-pd-ripple', true);
|
||||
}
|
||||
},
|
||||
unmounted(el) {
|
||||
this.remove(el);
|
||||
|
|
Loading…
Reference in New Issue