Browse Source

Fixed indentations

master
Lene' Scholtz 5 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,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…
Cancel
Save