-
- Downloads
Merge branch 'chat' into 'main'
Chat See merge request !40
Showing
- .eslintrc.js 1 addition, 0 deletions.eslintrc.js
- package-lock.json 2039 additions, 5685 deletionspackage-lock.json
- package.json 3 additions, 0 deletionspackage.json
- src/components/chat/ChatMessage.vue 49 additions, 0 deletionssrc/components/chat/ChatMessage.vue
- src/components/chat/ChatProfile.vue 54 additions, 0 deletionssrc/components/chat/ChatProfile.vue
- src/components/chat/CurrentChat.vue 122 additions, 0 deletionssrc/components/chat/CurrentChat.vue
- src/main.js 6 additions, 1 deletionsrc/main.js
- src/router/index.js 8 additions, 7 deletionssrc/router/index.js
- src/services/ws.js 79 additions, 0 deletionssrc/services/ws.js
- src/views/ChatView.vue 65 additions, 0 deletionssrc/views/ChatView.vue
Source diff could not be displayed: it is too large. Options to address this: view the blob.
... | @@ -16,7 +16,10 @@ | ... | @@ -16,7 +16,10 @@ |
"core-js": "^3.8.3", | "core-js": "^3.8.3", | ||
"cssom": "^0.5.0", | "cssom": "^0.5.0", | ||
"jwt-decode": "^3.1.2", | "jwt-decode": "^3.1.2", | ||
"net": "^1.0.2", | |||
"roboto-fontface": "*", | "roboto-fontface": "*", | ||
"sockjs-client": "^1.6.0", | |||
"stompjs": "^2.3.3", | |||
"vue": "^3.2.13", | "vue": "^3.2.13", | ||
"vue-router": "^4.0.3", | "vue-router": "^4.0.3", | ||
"vuelidate": "^0.7.7", | "vuelidate": "^0.7.7", | ||
... | ... |
src/components/chat/ChatMessage.vue
0 → 100644
src/components/chat/ChatProfile.vue
0 → 100644
src/components/chat/CurrentChat.vue
0 → 100644
src/services/ws.js
0 → 100644
src/views/ChatView.vue
0 → 100644
Please register or sign in to comment