mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 10:43:09 +02:00
非ログイン時にお知らせを表示
This commit is contained in:
parent
63c6dce68e
commit
6a0d9d70ed
1 changed files with 4 additions and 0 deletions
|
@ -105,6 +105,10 @@ export default Vue.extend({
|
||||||
return [{
|
return [{
|
||||||
name: 'instance',
|
name: 'instance',
|
||||||
place: 'right'
|
place: 'right'
|
||||||
|
}, {
|
||||||
|
name: 'broadcast',
|
||||||
|
place: 'right',
|
||||||
|
data: {}
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue