This commit is contained in:
syuilo 2019-05-20 22:59:10 +09:00
parent 595135636d
commit 82033d921e

View file

@ -29,7 +29,7 @@ export default Vue.extend({
ToSUrl: null
}
},
mounted() {
this.$root.getMeta(true).then(meta => {
this.repositoryUrl = meta.repositoryUrl;