mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Disabled ripple by default
This commit is contained in:
parent
10a4ded046
commit
c7050d4c6d
3 changed files with 4 additions and 3 deletions
|
@ -428,7 +428,7 @@ export default {
|
|||
this.$primevue.config.inputStyle = value;
|
||||
},
|
||||
onRippleChange(value) {
|
||||
this.$primevue.config.ripple = value;
|
||||
this.$appState.ripple = value;
|
||||
},
|
||||
onDarkModeChange() {
|
||||
this.$emit('darkswitch-click');
|
||||
|
@ -474,7 +474,7 @@ export default {
|
|||
return this.$appState.darkTheme;
|
||||
},
|
||||
rippleActive() {
|
||||
return this.$primevue.config.ripple;
|
||||
return this.$appState.ripple;
|
||||
},
|
||||
containerClass() {
|
||||
return [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue