We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a995aba commit f241838Copy full SHA for f241838
1 file changed
frontend/src/router/index.js
@@ -4,30 +4,37 @@ const routes = [
4
{
5
path: '/',
6
name: 'home',
7
+ component: { render: () => null },
8
},
9
10
path: '/coin/:id',
11
name: 'coin',
12
13
14
15
path: '/images/:id',
16
name: 'images',
17
18
19
20
path: '/open',
21
name: 'open',
22
23
24
25
path: '/settings',
26
name: 'settings',
27
28
29
30
path: '/summary',
31
name: 'summary',
32
33
34
35
path: '/about',
36
name: 'about',
37
38
39
]
40
0 commit comments