This commit is contained in:
syuilo 2019-05-20 22:59:10 +09:00
parent a78b048720
commit 262d5ead51
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

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