mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Revert #3836
This commit is contained in:
parent
0e55121963
commit
4fb357ab71
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ export default {
|
||||||
return [
|
return [
|
||||||
'p-button p-component',
|
'p-button p-component',
|
||||||
{
|
{
|
||||||
'p-button-icon-only': (this.icon && !this.label) || this.$slots.default,
|
'p-button-icon-only': this.icon && !this.label,
|
||||||
'p-button-vertical': (this.iconPos === 'top' || this.iconPos === 'bottom') && this.label,
|
'p-button-vertical': (this.iconPos === 'top' || this.iconPos === 'bottom') && this.label,
|
||||||
'p-disabled': this.$attrs.disabled || this.loading,
|
'p-disabled': this.$attrs.disabled || this.loading,
|
||||||
'p-button-loading': this.loading,
|
'p-button-loading': this.loading,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue