Improve doc

This commit is contained in:
syuilo 2019-02-25 03:21:54 +09:00
parent b67f3438e9
commit 31802c9749
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
10 changed files with 85 additions and 16 deletions

View file

@ -82,7 +82,7 @@ export default Vue.extend({
mounted() {
this.$root.getMeta().then(meta => {
this.announcements = meta.broadcasts;
this.announcements = meta.announcements;
});
if (this.$store.getters.isSignedIn) {