Browse Source

Fixed indentations

master
Lene' Scholtz 6 years ago
parent
commit
40f9444c57
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/router/index.js

+ 2
- 1
src/router/index.js View File

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,

Loading…
Cancel
Save