[Doc] use v-slot in demos (#3573)

This commit is contained in:
neverland
2019-06-20 17:32:00 +08:00
committed by GitHub
parent 729b9dac4b
commit d9f2ad6759
25 changed files with 141 additions and 170 deletions
+3 -6
View File
@@ -28,12 +28,9 @@
:label="$t('label')"
@search="onSearch"
>
<div
slot="action"
@click="onSearch"
>
{{ $t('search') }}
</div>
<template v-slot:action>
<div @click="onSearch">{{ $t('search') }}</div>
</template>
</van-search>
</demo-block>
</demo-section>