非ログイン時にお知らせを表示

This commit is contained in:
syuilo 2019-02-15 05:55:59 +09:00
parent 0ef4510136
commit 66da7d58c2

View file

@ -105,6 +105,10 @@ export default Vue.extend({
return [{
name: 'instance',
place: 'right'
}, {
name: 'broadcast',
place: 'right',
data: {}
}];
}
},