Skip to content

Commit cb37a7d

Browse files
authored
Merge pull request #1 from Xenuzever/feature/search-criteria
Feature/search criteria
2 parents b90938e + d704655 commit cb37a7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/vue-entry/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<body>
1212
<h3>検索条件</h3>
1313
<div>
14-
<label>User Id</label><input type="text" />
14+
<label>User Name</label><input type="text" />
1515
<button>Search</button>
1616
</div>
1717
<h3>検索結果</h3>

src/vue-entry/vue-entry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ export default class Example2 extends Vue {
434434
435435
### 検索条件の入力フォームを実装
436436
437-
User Id テキストボックスと検索ボタンを実装します。
437+
User Name テキストボックスと検索ボタンを実装します。
438438
テキストボックスの入力値を Vue コンポーネントにフィールドにバインドします。
439439
440440
**参考**
@@ -448,7 +448,7 @@ User Id テキストボックスと検索ボタンを実装します。
448448
以下の挙動を実装します。
449449
450450
1. 検索ボタンをクリックする。
451-
2. User Id テキストボックスの入力値がアラートで表示される。
451+
2. User Name テキストボックスの入力値がアラートで表示される。
452452
453453
**参考**
454454

0 commit comments

Comments
 (0)