Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2019-09-18 14:31:45 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2019-10-09 11:50:29 +0300
commit2f8da9908a80f3bd849a2e7f2d393a947c956570 (patch)
treea3c6e3757e3720599217afb6c0fb30ce536d5b30 /package.json
parent9a571c7e702284a3b6efecc0eeb3acdb50b95a09 (diff)
Create router, WelcomeView and ChatView components
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index a987fbded..f4e04e4b1 100644
--- a/package.json
+++ b/package.json
@@ -39,6 +39,7 @@
"nextcloud-vue": "^0.12.3",
"vue": "^2.6.10",
"vue-contenteditable-directive": "^1.2.0",
+ "vue-router": "^3.1.3",
"vue-virtual-scroller": "^1.0.0-rc.2",
"vuex": "^3.1.1"
},