音量大小控制

This commit is contained in:
zilong
2021-11-07 17:54:53 +08:00
parent 70cb1b3e06
commit 310cf5efad
7 changed files with 235 additions and 28 deletions

View File

@@ -44,7 +44,8 @@ const result = ref({});
}
"
v-model:value="keywords"
@keyup.enter="search"
@keydown.enter="search"
@keyup.esc="pubsub.publish('zp.hideSearch');"
@input="handleInput"
style="width: 190px"
>