docs(Search): update document (#4414)
This commit is contained in:
@@ -67,9 +67,6 @@ function Search(
|
||||
attrs: ctx.data.attrs,
|
||||
on: {
|
||||
...ctx.listeners,
|
||||
input(value: string) {
|
||||
emit(ctx, 'input', value);
|
||||
},
|
||||
keypress(event: KeyboardEvent) {
|
||||
// press enter
|
||||
if (event.keyCode === 13) {
|
||||
|
||||
Reference in New Issue
Block a user