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" } }