Added better notification handling
This commit is contained in:
parent
875e4ea6e6
commit
85a8296278
5 changed files with 32 additions and 27 deletions
|
|
@ -9,8 +9,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"bulma": "^0.7.1",
|
||||
"vue": "^2.5.17",
|
||||
"vue-notification": "^1.3.13"
|
||||
"vue": "^2.5.17"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "^3.0.1",
|
||||
|
|
@ -19,6 +18,7 @@
|
|||
"axios": "^0.18.0",
|
||||
"node-sass": "^4.9.3",
|
||||
"sass-loader": "^7.1.0",
|
||||
"vue-notification": "^1.3.13",
|
||||
"vue-router": "^3.0.1",
|
||||
"vue-template-compiler": "^2.5.17"
|
||||
},
|
||||
|
|
|
|||
Reference in a new issue