Skip to content

Commit a60ce9e

Browse files
committed
update vue cli, add hash routing
1 parent 775a403 commit a60ce9e

File tree

3 files changed

+2413
-1300
lines changed

3 files changed

+2413
-1300
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"webpack-cli": "^3.1.2"
3939
},
4040
"devDependencies": {
41-
"@vue/cli-plugin-babel": "^3.0.5",
42-
"@vue/cli-plugin-eslint": "^3.0.5",
43-
"@vue/cli-service": "^3.0.5",
41+
"@vue/cli-plugin-babel": "^3.12.0",
42+
"@vue/cli-plugin-eslint": "^3.12.0",
43+
"@vue/cli-service": "^3.12.0",
4444
"core-js": "^2.6.5",
4545
"vue-template-compiler": "^2.5.17"
4646
},

src/Routes.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import NotificationsPage from '@/pages/Notifications/Notifications';
2727
Vue.use(Router);
2828

2929
export default new Router({
30-
mode: 'history',
3130
routes: [
3231
{
3332
path: '/login',

0 commit comments

Comments
 (0)