0
0
Fork 0
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:
Kenny 2022-03-19 14:18:05 -04:00 committed by GitHub
commit 4bb918d174
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@
class="searchBar"
color="white"
v-if="search"
v-on:keyup.enter="searchBtn"
/>
<v-spacer />