[new feature] Search: support input native events (#451)

This commit is contained in:
neverland
2017-12-19 10:24:56 +08:00
committed by GitHub
parent 48b2026e33
commit 79a2b13b63
7 changed files with 53 additions and 30 deletions

View File

@@ -11,8 +11,8 @@
:placeholder="$t('placeholder')"
:showAction="true"
@search="onSearch"
@cancel="onCancel">
</van-search>
@cancel="onCancel"
/>
</form>
</demo-block>