質問編集履歴
2
追加
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
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -40,7 +40,7 @@
|
|
40
40
|
|
41
41
|
<template>
|
42
42
|
|
43
|
-
{{ this.$props.se
|
43
|
+
{{ this.$props.users }}
|
44
44
|
|
45
45
|
</template>
|
46
46
|
|