diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-05-20 22:59:10 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-05-20 22:59:10 +0900 |
| commit | 262d5ead516557c50326e387520ef316882063b1 (patch) | |
| tree | a60eb5b48c7b32f40a618bf0f1abeb3fd508e5d8 /src | |
| parent | Improve API doc (diff) | |
| download | misskey-262d5ead516557c50326e387520ef316882063b1.tar.gz misskey-262d5ead516557c50326e387520ef316882063b1.tar.bz2 misskey-262d5ead516557c50326e387520ef316882063b1.zip | |
Clean up
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/common/views/components/nav.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/nav.vue b/src/client/app/common/views/components/nav.vue index da26fd1b8e..41b65604de 100644 --- a/src/client/app/common/views/components/nav.vue +++ b/src/client/app/common/views/components/nav.vue @@ -29,7 +29,7 @@ export default Vue.extend({ ToSUrl: null } }, - + mounted() { this.$root.getMeta(true).then(meta => { this.repositoryUrl = meta.repositoryUrl; |