remove useless console.log
This commit is contained in:
parent
87484b4218
commit
5c959bff95
1 changed files with 0 additions and 1 deletions
|
|
@ -129,7 +129,6 @@ function toggleExpand() {
|
|||
}
|
||||
|
||||
function isCurrent(navItem) {
|
||||
console.log(navItem);
|
||||
if (navItem.path) {
|
||||
return navItem.path === route.path;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue