Console.log removed
parent
2ce28e2d7b
commit
a80353ce36
|
@ -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];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue