almost committed garbage again

This commit is contained in:
Maikiwi 2022-01-24 20:24:21 -08:00
parent 9c0dca8001
commit 9cb5dacea5
18 changed files with 87 additions and 87 deletions

View file

@ -7,7 +7,7 @@
<input type="search"
style="width:100%;"
spellcheck="false"
:placeholder="app.getLz('term.search') + '...'"
:placeholder="$root.getLz('term.search') + '...'"
@change="searchPodcasts();librarySearch()"
v-model="search.term" class="search-input">
</div>