Fixed slider bug

This commit is contained in:
Sagi Frimer
2019-03-26 21:05:31 +02:00
parent 8dee0e1ba7
commit 4f64e1c5d3
3 changed files with 7 additions and 4 deletions

View File

@@ -58,7 +58,7 @@
this.openedNames = [''];
} else {
this.activeName = this.$refs.menu.currentActiveName;
this.openedNames = [this.activeName.split("-")[0]];
this.openedNames = ["/" + this.activeName.split("/")[1]];
}
this.$nextTick(function() {