浏览代码

Fixed indentations

master
Lene' Scholtz 6 年前
父节点
当前提交
40f9444c57
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      src/router/index.js

+ 2
- 1
src/router/index.js 查看文件

52
       y: 0,
52
       y: 0,
53
     };
53
     };
54
   },
54
   },
55
-  routes: [{
55
+  routes: [
56
+    {
56
       path: '/',
57
       path: '/',
57
       name: 'Home',
58
       name: 'Home',
58
       component: HomePage,
59
       component: HomePage,

正在加载...
取消
保存