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 ToSUrl: null
} }
}, },
mounted() { mounted() {
this.$root.getMeta(true).then(meta => { this.$root.getMeta(true).then(meta => {
this.repositoryUrl = meta.repositoryUrl; this.repositoryUrl = meta.repositoryUrl;