Remove white space
parent
01bb762233
commit
fb2d14ca15
|
@ -50,7 +50,7 @@ export default {
|
|||
},
|
||||
computed: {
|
||||
iconClass() {
|
||||
return ['p-fieldset-toggler pi ', {
|
||||
return ['p-fieldset-toggler pi ', {
|
||||
'pi-minus': !this.d_collapsed,
|
||||
'pi-plus': this.d_collapsed
|
||||
}]
|
||||
|
|
Loading…
Reference in New Issue