Skip to content

Commit 532c82c

Browse files
authored
Merge pull request #182 from noep/patch-1
add missed dependencies for jwt auth
2 parents a4b3784 + 47ea5dd commit 532c82c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"test": "echo lol"
3434
},
3535
"dependencies": {
36+
"@websanova/vue-auth": "^2.8.2-beta",
3637
"animate.css": "3.5.2",
3738
"animejs": "^2.0.1",
3839
"axios": "^0.15.3",
@@ -41,6 +42,7 @@
4142
"mdi": "^1.8.36",
4243
"plotly.js": "^1.24.2",
4344
"vue": "^2.2.2",
45+
"vue-axios": "^2.0.1",
4446
"vue-bulma-brace": "^0.1.0",
4547
"vue-bulma-breadcrumb": "^1.0.1",
4648
"vue-bulma-card": "^1.0.2",

0 commit comments

Comments
 (0)