Fixed #4564 - Using Tailwind setup - the Ripple data attributes get added automatically

pull/4604/head
mertsincan 2023-10-10 16:51:18 +01:00
parent 5ff7eb8e4c
commit 471fdc92db
1 changed files with 2 additions and 2 deletions

View File

@ -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);