Refactor #2568
parent
a6acfb3de6
commit
c6aa1590dc
|
@ -92,9 +92,6 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
activeRoute() {
|
|
||||||
return this.$route.path;
|
|
||||||
},
|
|
||||||
containerClass() {
|
containerClass() {
|
||||||
return ['p-steps p-component', {'p-readonly': this.readonly}];
|
return ['p-steps p-component', {'p-readonly': this.readonly}];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue