[Doc] update code style (#484)

This commit is contained in:
neverland
2017-12-26 12:39:52 +08:00
committed by GitHub
parent 508cdfc0c9
commit 6b563b2e5a
68 changed files with 431 additions and 431 deletions

View File

@@ -9,7 +9,7 @@
<van-search
v-model="value"
:placeholder="$t('placeholder')"
:show-action="true"
show-action
@search="onSearch"
@cancel="onCancel"
/>
@@ -19,7 +19,7 @@
<demo-block :title="$t('title3')">
<van-search
v-model="value"
:show-action="true"
show-action
@search="onSearch"
>
<div slot="action" @click="onSearch">{{ $t('search') }}</div>