We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775a403 commit a60ce9eCopy full SHA for a60ce9e
package.json
@@ -38,9 +38,9 @@
38
"webpack-cli": "^3.1.2"
39
},
40
"devDependencies": {
41
- "@vue/cli-plugin-babel": "^3.0.5",
42
- "@vue/cli-plugin-eslint": "^3.0.5",
43
- "@vue/cli-service": "^3.0.5",
+ "@vue/cli-plugin-babel": "^3.12.0",
+ "@vue/cli-plugin-eslint": "^3.12.0",
+ "@vue/cli-service": "^3.12.0",
44
"core-js": "^2.6.5",
45
"vue-template-compiler": "^2.5.17"
46
src/Routes.js
@@ -27,7 +27,6 @@ import NotificationsPage from '@/pages/Notifications/Notifications';
27
Vue.use(Router);
28
29
export default new Router({
30
- mode: 'history',
31
routes: [
32
{
33
path: '/login',
0 commit comments