Ver código fonte

Fixed indentations

master
Lene' Scholtz 6 anos atrás
pai
commit
40f9444c57
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2
    1
      src/router/index.js

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

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,

Carregando…
Cancelar
Salvar