Refactor order
parent
e62d00331e
commit
292424bc1f
|
@ -42,14 +42,6 @@ export default {
|
|||
this.d_collapsed = newValue;
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
ariaId() {
|
||||
return UniqueComponentId();
|
||||
},
|
||||
containerClass() {
|
||||
return ['p-panel p-component', {'p-panel-toggleable': this.toggleable}];
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
toggle(event) {
|
||||
this.d_collapsed = !this.d_collapsed;
|
||||
|
@ -60,6 +52,14 @@ export default {
|
|||
});
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
ariaId() {
|
||||
return UniqueComponentId();
|
||||
},
|
||||
containerClass() {
|
||||
return ['p-panel p-component', {'p-panel-toggleable': this.toggleable}];
|
||||
}
|
||||
},
|
||||
directives: {
|
||||
'ripple': Ripple
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue