Apidoc services completed

This commit is contained in:
Bahadır Sofuoğlu 2023-03-07 16:37:45 +03:00
parent 1ddebd977c
commit e2747c5ae8
13 changed files with 394 additions and 246 deletions

View file

@ -95,7 +95,7 @@ export default {
isLinkType(value) {
if (this.label === 'Slots') return false;
return value.toLowerCase().includes(this.$route.hash.replace('#api.', '').split('.')[0].toLowerCase());
return value.toLowerCase().includes(this.id.split('.')[1]);
},
setLinkPath(value, type) {
const currentRoute = this.$router.currentRoute.value.name;