mirror of
https://github.com/VueTubeApp/VueTube
synced 2025-01-06 23:51:13 +00:00
Merge pull request #115 from DanWlker/enter-to-search-bug
Fix for issue #93
This commit is contained in:
commit
4bb918d174
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
class="searchBar"
|
||||
color="white"
|
||||
v-if="search"
|
||||
v-on:keyup.enter="searchBtn"
|
||||
/>
|
||||
|
||||
<v-spacer />
|
||||
|
|
Loading…
Reference in a new issue