Theming tab link updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-08-11 13:50:32 +03:00
parent ac3a34ab82
commit bdbc67e3df
85 changed files with 249 additions and 249 deletions

View file

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