質問するログイン新規登録

質問編集履歴

2

2019/01/25 02:46

投稿

_Victorique__
_Victorique__

スコア1392

title CHANGED
File without changes
body CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  ```vue
5
5
  <templete>
6
- <child :data=“data”></child>
6
+ <child :data=“data” />
7
7
  </templete>
8
8
  ```
9
9
  これでいいと思うのですが...

1

2019/01/25 02:45

投稿

_Victorique__
_Victorique__

スコア1392

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