質問編集履歴

2

追加

2020/02/16 07:54

投稿

ko-u
ko-u

スコア61

test CHANGED
File without changes
test CHANGED
@@ -21,6 +21,10 @@
21
21
 
22
22
 
23
23
  userSearch.vue(呼び出し元)
24
+
25
+
26
+
27
+ 検索結果がusersに入ります。
24
28
 
25
29
  ```vue
26
30
 

1

修正

2020/02/16 07:53

投稿

ko-u
ko-u

スコア61

test CHANGED
File without changes
test CHANGED
@@ -40,7 +40,7 @@
40
40
 
41
41
  <template>
42
42
 
43
- {{ this.$props.sentous }}
43
+ {{ this.$props.users }}
44
44
 
45
45
  </template>
46
46