Fixes issue #36
This commit is contained in:
parent
5666002cc5
commit
ddf864a0e7
|
@ -118,7 +118,8 @@ export default {
|
|||
},
|
||||
created() {
|
||||
this.isRepositoryLevel = (this.$route.params.collectionId == undefined);
|
||||
this.pageTitle = this.$route.meta.title;
|
||||
document.title = this.$route.meta.title;
|
||||
this.pageTitle = document.title;
|
||||
|
||||
this.arrayRealPath = this.$route.path.split("/");
|
||||
this.arrayRealPath = this.arrayRealPath.filter((item) => item.length != 0);
|
||||
|
|
Loading…
Reference in New Issue