質問編集履歴

1

コンポーネントタグを書くのを忘れていました

2022/01/06 15:54

投稿

takopo
takopo

スコア484

test CHANGED
File without changes
test CHANGED
@@ -32,7 +32,11 @@
32
32
 
33
33
  // コンポーネントにデータを渡す
34
34
 
35
+ <x-hoge>
36
+
35
- <x-slot name="data">{{ $array }}</x-slot>
37
+ <x-slot name="data">{{ $array }}</x-slot>
38
+
39
+ </x-hoge>
36
40
 
37
41
  ```
38
42