Appearance
带搜索按钮的输入框,回车或点击触发 search 事件。
<template> <KbSearch v-model="kw" @search="onSearch" /> </template>
modelValue
string
placeholder
button-text
update:modelValue
search