We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d6e9d commit 743493bCopy full SHA for 743493b
resources/views/index.blade.php
@@ -114,7 +114,7 @@
114
Filter
115
</h2>
116
<p class="text-xs pb-2 font-medium text-gray-500">Hide non matching</code></p>
117
- <input type="text" v-model="filterTerm" @input="filterDocs" class="w-full p-2 border-2 border-gray-300 rounded" placeholder="/api/search">
+ <input type="text" v-model="filterTerm" @input="filterDocs" class="w-full p-2 border-2 border-gray-300 rounded" placeholder="search route or description">
118
</div>
119
</section>
120
<section class="pt-5 pl-2 pr-2 pb-5 border mb-10 rounded bg-white shadow">
0 commit comments