This commit is contained in:
syuilo
2019-05-20 22:59:10 +09:00
parent a78b048720
commit 262d5ead51

View File

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