[Doc] use v-slot in demos (#3573)
This commit is contained in:
@@ -82,9 +82,9 @@
|
||||
v-for="index in 2"
|
||||
:key="index"
|
||||
>
|
||||
<div slot="title">
|
||||
<template v-slot:title>
|
||||
<van-icon name="more-o" />{{ $t('tab') }}
|
||||
</div>
|
||||
</template>
|
||||
{{ $t('content') }} {{ index }}
|
||||
</van-tab>
|
||||
</van-tabs>
|
||||
|
||||
Reference in New Issue
Block a user