Skip to content

Commit

Permalink
Update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
shayneo committed Dec 9, 2019
1 parent f5e28fc commit d591447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
placeholder="Search Books of the Bible"
event-name="results"
:list="books"
:keys="['name']"
:keys="['name', 'description']"
class="w-64 text-center h-8 border rounded-lg center"
/>
<button
Expand Down

0 comments on commit d591447

Please sign in to comment.