diff options
| author | Hakaba Hitoyo <hakabahitoyo@yahoo.co.jp> | 2018-04-24 07:48:30 +0000 |
|---|---|---|
| committer | Hakaba Hitoyo <hakabahitoyo@yahoo.co.jp> | 2018-04-24 07:48:30 +0000 |
| commit | bb92798b748f912c0f01aec4a1cb42efcd37f54b (patch) | |
| tree | 45cc7f3ef8c6ae58dc7d9427be9b57001691a9a8 /src/components/chat_panel/chat_panel.js | |
| parent | 935b7745eac6b0dd4e5aa406d5f7d25cdfcca3f0 (diff) | |
Collapse chat by default
Diffstat (limited to 'src/components/chat_panel/chat_panel.js')
| -rw-r--r-- | src/components/chat_panel/chat_panel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/chat_panel/chat_panel.js b/src/components/chat_panel/chat_panel.js index d528d0a1..d8736d17 100644 --- a/src/components/chat_panel/chat_panel.js +++ b/src/components/chat_panel/chat_panel.js @@ -3,7 +3,7 @@ const chatPanel = { return { currentMessage: '', channel: null, - collapsed: false + collapsed: true } }, computed: { |
