Skip to content

Commit f1628a8

Browse files
authored
correcting minor type to make field required
1 parent 5f5f959 commit f1628a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/clients/vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h1>Vue.js CRUD application</h1>
5555
<div class="filters row">
5656
<div class="form-group col-sm-3">
5757
<label for="search-element">Filter</label>
58-
<input v-model="searchKey" class="form-control" id="search-element" requred/>
58+
<input v-model="searchKey" class="form-control" id="search-element" required/>
5959
</div>
6060
</div>
6161
<table class="table">

0 commit comments

Comments
 (0)