[Doc] fit weapp document (#3597)
This commit is contained in:
@@ -97,11 +97,6 @@
|
||||
<van-tag type="danger">{{ $t('tag') }}</van-tag>
|
||||
</template>
|
||||
</van-cell>
|
||||
<van-cell
|
||||
:title="$t('cell')"
|
||||
icon="location-o"
|
||||
is-link
|
||||
/>
|
||||
<van-cell :title="$t('cell')">
|
||||
<template #right-icon>
|
||||
<van-icon
|
||||
|
||||
@@ -83,7 +83,6 @@ Vue.use(Cell).use(CellGroup);
|
||||
<van-tag type="danger">Tag</van-tag>
|
||||
</template>
|
||||
</van-cell>
|
||||
<van-cell title="Cell title" icon="location-o" is-link />
|
||||
<van-cell title="Cell title">
|
||||
<van-icon slot="right-icon" name="search" class="custom-icon" />
|
||||
</van-cell>
|
||||
|
||||
@@ -88,7 +88,6 @@ Vue.use(Cell).use(CellGroup);
|
||||
<van-tag type="danger">标签</van-tag>
|
||||
</template>
|
||||
</van-cell>
|
||||
<van-cell title="单元格" icon="location-o" is-link />
|
||||
<van-cell title="单元格">
|
||||
<van-icon slot="right-icon" name="search" class="custom-icon" />
|
||||
</van-cell>
|
||||
|
||||
Reference in New Issue
Block a user