Improve doc

This commit is contained in:
syuilo
2019-02-25 03:21:54 +09:00
parent b67f3438e9
commit 31802c9749
10 changed files with 85 additions and 16 deletions

View File

@@ -174,7 +174,7 @@ export default Vue.extend({
this.meta = meta;
this.name = meta.name;
this.description = meta.description;
this.announcements = meta.broadcasts;
this.announcements = meta.announcements;
this.banner = meta.bannerUrl;
});