From 18d1b598455fc8eb943b25a2d6510e30da03e963 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Sat, 25 Apr 2020 23:07:34 +0200 Subject: [PATCH] add vuejs to package.json --- app/dashboard/templates/dashboard/index.html | 2 +- static/package-lock.json | 5 +++++ static/package.json | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/dashboard/templates/dashboard/index.html b/app/dashboard/templates/dashboard/index.html index 42adb0ec..207dd38b 100644 --- a/app/dashboard/templates/dashboard/index.html +++ b/app/dashboard/templates/dashboard/index.html @@ -336,7 +336,7 @@ - + {% endfor %} diff --git a/static/package-lock.json b/static/package-lock.json index aa84bd2b..d2a84667 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -98,6 +98,11 @@ "version": "1.10.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.10.0.tgz", "integrity": "sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==" + }, + "vue": { + "version": "2.6.11", + "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.11.tgz", + "integrity": "sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==" } } } diff --git a/static/package.json b/static/package.json index 05a5b9c0..d41cfa1c 100644 --- a/static/package.json +++ b/static/package.json @@ -21,6 +21,7 @@ "intro.js": "^2.9.3", "notie": "^4.3.1", "qrious": "^4.0.2", - "toastr": "^2.1.4" + "toastr": "^2.1.4", + "vue": "^2.6.11" } }