質問編集履歴

2

2019/01/25 02:46

投稿

_Victorique__
_Victorique__

スコア1392

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  <templete>
10
10
 
11
- <child :data=“data”></child>
11
+ <child :data=“data” />
12
12
 
13
13
  </templete>
14
14
 

1

2019/01/25 02:45

投稿

_Victorique__
_Victorique__

スコア1392

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,17 @@
1
1
  Vueにあるslotのメリットが分かりません。
2
2
 
3
+ 別にslotじゃなくても出来ると思うのですがslotじゃないと出来ないこととかあるのでしょうか?
4
+
5
+
6
+
3
- 別にslot
7
+ ```vue
8
+
9
+ <templete>
10
+
11
+ <child :data=“data”></child>
12
+
13
+ </templete>
14
+
15
+ ```
16
+
17
+ これでいいと思うのですが...