Explorar el Código

Fixed indentations

master
Lene' Scholtz hace 5 años
padre
commit
40f9444c57
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      src/router/index.js

+ 2
- 1
src/router/index.js Ver fichero

@@ -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…
Cancelar
Guardar