Skip to content

Commit 93da84f

Browse files
committed
Update vue-loader version
1 parent 331f85f commit 93da84f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"style-loader": "^0.18.2",
152152
"url-loader": "^0.5.9",
153153
"vue-html-loader": "^1.2.4",
154-
"vue-loader": "^12.2.2",
154+
"vue-loader": "^13.0.5",
155155
"vue-style-loader": "^3.0.1",
156156
"vue-template-compiler": "^2.4.2",
157157
"webpack": "^3.5.2",

template/src/renderer/router/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default new Router({
88
{
99
path: '/',
1010
name: 'landing-page',
11-
component: require('@/components/LandingPage')
11+
component: () => import('@/components/LandingPage')
1212
},
1313
{
1414
path: '*',

0 commit comments

Comments
 (0)