[Doc] Search: add more api document (#1983)

This commit is contained in:
neverland
2018-10-26 16:10:40 +08:00
committed by GitHub
parent eef6c8f336
commit a995c203dc
4 changed files with 20 additions and 9 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
<template>
<demo-section>
<demo-block :title="$t('basicUsage')">
<van-search :placeholder="$t('placeholder')" v-model="value" />
<van-search
v-model="value"
:placeholder="$t('placeholder')"
/>
</demo-block>
<demo-block :title="$t('title2')">