Update DocComponent.vue

pull/3913/head
Tuğçe Küçükoğlu 2023-04-25 13:35:16 +03:00
parent 9c9ea7484e
commit 2b40ff3dd2
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ export default {
};
},
mounted() {
this.tab = this.$route.hash.includes('api') ? 1 : 0;
this.tab = this.$route.hash.includes('api') ? 1 : this.$route.hash.includes('pt') ? 2 : 0;
}
};
</script>