diff --git a/template/src/router/index.js b/template/src/router/index.js index 2f09025d9d..e610a74f4a 100644 --- a/template/src/router/index.js +++ b/template/src/router/index.js @@ -1,10 +1,9 @@ import Vue from 'vue'{{#if_eq lintConfig "airbnb"}};{{/if_eq}} import Router from 'vue-router'{{#if_eq lintConfig "airbnb"}};{{/if_eq}} +import Hello from 'components/Hello'{{#if_eq lintConfig "airbnb"}};{{/if_eq}} Vue.use(Router){{#if_eq lintConfig "airbnb"}};{{/if_eq}} -import Hello from 'components/Hello'{{#if_eq lintConfig "airbnb"}};{{/if_eq}} - export default new Router({ routes: [ {