Skip to content
Snippets Groups Projects
Commit a25f3c1a authored by Janis Streib's avatar Janis Streib :owl:
Browse files

CLN: unnecessary function

parent fcc1a339
No related branches found
No related tags found
No related merge requests found
......@@ -131,14 +131,6 @@
}
return res
},
upd_bread() {
var m = this.$router.currentRoute.matched
var res = []
for (var i = 0; i < m.length; i++) {
res.push({text: m.name, to: m.path})
}
this.breadcrumbs = res
}
},
created() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment