-
- Downloads
Move chat to sidebar.
Showing
- package.json 1 addition, 0 deletionspackage.json
- src/App.js 5 additions, 2 deletionssrc/App.js
- src/App.vue 1 addition, 0 deletionssrc/App.vue
- src/components/chat_panel/chat_panel.js 2 additions, 2 deletionssrc/components/chat_panel/chat_panel.js
- src/components/chat_panel/chat_panel.vue 9 additions, 10 deletionssrc/components/chat_panel/chat_panel.vue
- src/components/nav_panel/nav_panel.vue 0 additions, 5 deletionssrc/components/nav_panel/nav_panel.vue
- src/main.js 4 additions, 3 deletionssrc/main.js
- yarn.lock 7 additions, 1 deletionyarn.lock
... | @@ -25,6 +25,7 @@ | ... | @@ -25,6 +25,7 @@ |
"sanitize-html": "^1.13.0", | "sanitize-html": "^1.13.0", | ||
"sass-loader": "^4.0.2", | "sass-loader": "^4.0.2", | ||
"vue": "^2.3.4", | "vue": "^2.3.4", | ||
"vue-chat-scroll": "^1.2.1", | |||
"vue-i18n": "^7.3.2", | "vue-i18n": "^7.3.2", | ||
"vue-router": "^2.5.3", | "vue-router": "^2.5.3", | ||
"vue-template-compiler": "^2.3.4", | "vue-template-compiler": "^2.3.4", | ||
... | ... |
Please register or sign in to comment