瀏覽代碼

Fixed indentations

master
Lene' Scholtz 5 年之前
父節點
當前提交
40f9444c57
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      src/router/index.js

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

@@ -52,7 +52,8 @@ export default new Router({
52 52
       y: 0,
53 53
     };
54 54
   },
55
-  routes: [{
55
+  routes: [
56
+    {
56 57
       path: '/',
57 58
       name: 'Home',
58 59
       component: HomePage,

Loading…
取消
儲存