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 331f85f commit 93da84fCopy full SHA for 93da84f
template/package.json
@@ -151,7 +151,7 @@
151
"style-loader": "^0.18.2",
152
"url-loader": "^0.5.9",
153
"vue-html-loader": "^1.2.4",
154
- "vue-loader": "^12.2.2",
+ "vue-loader": "^13.0.5",
155
"vue-style-loader": "^3.0.1",
156
"vue-template-compiler": "^2.4.2",
157
"webpack": "^3.5.2",
template/src/renderer/router/index.js
@@ -8,7 +8,7 @@ export default new Router({
8
{
9
path: '/',
10
name: 'landing-page',
11
- component: require('@/components/LandingPage')
+ component: () => import('@/components/LandingPage')
12
},
13
14
path: '*',
0 commit comments