mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
Merge branch 'dev' of https://github.com/youzan/vant into dev
This commit is contained in:
commit
8c56a37943
@ -15,11 +15,11 @@ Vue.use(SwipeCell);
|
||||
|
||||
```html
|
||||
<van-swipe-cell>
|
||||
<template slot="left">
|
||||
<template #left>
|
||||
<van-button square type="primary" text="Select" />
|
||||
</template>
|
||||
<van-cell :border="false" title="Cell" value="Cell Content" />
|
||||
<template slot="right">
|
||||
<template #right>
|
||||
<van-button square type="danger" text="Delete" />
|
||||
<van-button square type="primary" text="Collect"/>
|
||||
</template>
|
||||
@ -38,13 +38,14 @@ Vue.use(SwipeCell);
|
||||
class="goods-card"
|
||||
thumb="https://img.yzcdn.cn/vant/cat.jpeg"
|
||||
/>
|
||||
<van-button
|
||||
slot="right"
|
||||
square
|
||||
text="Delete"
|
||||
type="danger"
|
||||
class="delete-button"
|
||||
/>
|
||||
<template #right>
|
||||
<van-button
|
||||
square
|
||||
text="Delete"
|
||||
type="danger"
|
||||
class="delete-button"
|
||||
/>
|
||||
</template>
|
||||
</van-swipe-cell>
|
||||
|
||||
<style>
|
||||
@ -63,11 +64,11 @@ Vue.use(SwipeCell);
|
||||
|
||||
```html
|
||||
<van-swipe-cell :before-close="beforeClose">
|
||||
<template slot="left">
|
||||
<template #left>
|
||||
<van-button square type="primary" text="Select" />
|
||||
</template>
|
||||
<van-cell :border="false" title="Cell" value="Cell Content" />
|
||||
<template slot="right">
|
||||
<template #right>
|
||||
<van-button square type="danger" text="Delete" />
|
||||
</template>
|
||||
</van-swipe-cell>
|
||||
|
@ -17,11 +17,11 @@ Vue.use(SwipeCell);
|
||||
|
||||
```html
|
||||
<van-swipe-cell>
|
||||
<template slot="left">
|
||||
<template #left>
|
||||
<van-button square type="primary" text="选择" />
|
||||
</template>
|
||||
<van-cell :border="false" title="单元格" value="内容" />
|
||||
<template slot="right">
|
||||
<template #right>
|
||||
<van-button square type="danger" text="删除" />
|
||||
<van-button square type="primary" text="收藏"/>
|
||||
</template>
|
||||
@ -42,13 +42,14 @@ Vue.use(SwipeCell);
|
||||
class="goods-card"
|
||||
thumb="https://img.yzcdn.cn/vant/cat.jpeg"
|
||||
/>
|
||||
<van-button
|
||||
slot="right"
|
||||
square
|
||||
text="删除"
|
||||
type="danger"
|
||||
class="delete-button"
|
||||
/>
|
||||
<template #right>
|
||||
<van-button
|
||||
square
|
||||
text="删除"
|
||||
type="danger"
|
||||
class="delete-button"
|
||||
/>
|
||||
</template>
|
||||
</van-swipe-cell>
|
||||
|
||||
<style>
|
||||
@ -69,11 +70,11 @@ Vue.use(SwipeCell);
|
||||
|
||||
```html
|
||||
<van-swipe-cell :before-close="beforeClose">
|
||||
<template slot="left">
|
||||
<template #left>
|
||||
<van-button square type="primary" text="选择" />
|
||||
</template>
|
||||
<van-cell :border="false" title="单元格" value="内容" />
|
||||
<template slot="right">
|
||||
<template #right>
|
||||
<van-button square type="danger" text="删除" />
|
||||
</template>
|
||||
</van-swipe-cell>
|
||||
|
Loading…
x
Reference in New Issue
Block a user