質問編集履歴

1

vue routerでの成功例

2021/03/12 06:58

投稿

mohumohu_299
mohumohu_299

スコア8

test CHANGED
File without changes
test CHANGED
@@ -2,9 +2,7 @@
2
2
 
3
3
  Nux.jsでのルーティングで、
4
4
 
5
- /page
5
+ /pages/test/
6
-
7
- /test
8
6
 
9
7
  index.vue
10
8
 
@@ -40,6 +38,36 @@
40
38
 
41
39
  実現手法をおしえていただけますでしょうか。
42
40
 
41
+ #vue-routerで成功している例
42
+
43
+ {
44
+
45
+ path: '/test',
46
+
47
+ name: 'test',
48
+
49
+ component: index,
50
+
51
+
52
+
53
+ children: [{
54
+
55
+ path:'a',
56
+
57
+ component:a
58
+
59
+ },{
60
+
61
+ path: 'b',
62
+
63
+ component:b
64
+
65
+ }],
66
+
67
+ }
68
+
69
+
70
+
43
71
  #ためしたこと
44
72
 
45
73
  index.vueに