Skip to content

Commit

Permalink
Merge pull request #2603 from tugcekucukoglu/steps-refactor
Browse files Browse the repository at this point in the history
Refactor #2568
  • Loading branch information
tugcekucukoglu authored Jun 1, 2022
2 parents a6acfb3 + c6aa159 commit 9cf5bbd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/steps/Steps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ export default {
}
},
computed: {
activeRoute() {
return this.$route.path;
},
containerClass() {
return ['p-steps p-component', {'p-readonly': this.readonly}];
}
Expand Down

0 comments on commit 9cf5bbd

Please sign in to comment.