mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #4564 - Using Tailwind setup - the Ripple data attributes get added automatically
This commit is contained in:
parent
5ff7eb8e4c
commit
471fdc92db
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
},
|
||||
unmounted(el) {
|
||||
this.remove(el);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue