[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
+2 -2
View File
@@ -17,7 +17,7 @@
:status="$t('status')"
>
<div>{{ $t('content') }}</div>
<div slot="footer">
<template v-slot:footer>
<van-button size="small">{{ $t('button') }}</van-button>
<van-button
size="small"
@@ -25,7 +25,7 @@
>
{{ $t('button') }}
</van-button>
</div>
</template>
</van-panel>
</demo-block>
</demo-section>