Console.log removed

pull/3711/head
Bahadır Sofuoğlu 2023-03-06 14:02:37 +03:00
parent 2ce28e2d7b
commit a80353ce36
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ export default {
return value.toLowerCase().includes(this.$route.hash.replace('#api.', '').split('.')[0].toLowerCase()); return value.toLowerCase().includes(this.$route.hash.replace('#api.', '').split('.')[0].toLowerCase());
}, },
setLinkPath(value, type) { setLinkPath(value, type) {
console.log('test');
const currentRoute = this.$router.currentRoute.value.name; const currentRoute = this.$router.currentRoute.value.name;
const componentName = this.$route.hash.replace('#api.', '').split('.')[0]; const componentName = this.$route.hash.replace('#api.', '').split('.')[0];