Improve settings-modal async loading, update vue to 2.6.11 to be able
to use Vue.observable, to implmement resettable async component
Showing
... | ... | @@ -29,11 +29,11 @@ |
"portal-vue": "^2.1.4", | ||
"sanitize-html": "^1.13.0", | ||
"v-click-outside": "^2.1.1", | ||
"vue": "^2.5.13", | ||
"vue": "^2.6.11", | ||
"vue-chat-scroll": "^1.2.1", | ||
"vue-i18n": "^7.3.2", | ||
"vue-router": "^3.0.1", | ||
"vue-template-compiler": "^2.3.4", | ||
"vue-template-compiler": "^2.6.11", | ||
"vuelidate": "^0.7.4", | ||
"vuex": "^3.0.1", | ||
"whatwg-fetch": "^2.0.3" | ||
... | ... |
Please register or sign in to comment