mirror of
https://gitee.com/vant-contrib/vant.git
synced 2026-07-12 08:54:23 +08:00
Compare commits
No commits in common. "d85283bdfb59393487d870ce31cae9287d3d77be" and "c0b1e51d7d01b3c5412cd89e5efd95f3398d3da0" have entirely different histories.
d85283bdfb
...
c0b1e51d7d
@ -16,14 +16,6 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
|
||||
|
||||
## Details
|
||||
|
||||
### [v2.13.2](https://github.com/vant-ui/vant/compare/v2.13.1...v2.13.2)
|
||||
|
||||
`2023-10-17`
|
||||
|
||||
**Feature**
|
||||
|
||||
- Sku: add more slots about sku-messages [#12368](https://github.com/vant-ui/vant/issues/12368)
|
||||
|
||||
### [v2.13.1](https://github.com/vant-ui/vant/compare/v2.13.0...v2.13.1)
|
||||
|
||||
`2023-10-10`
|
||||
|
||||
@ -25,14 +25,6 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
|
||||
|
||||
## 更新内容
|
||||
|
||||
### [v2.13.2](https://github.com/vant-ui/vant/compare/v2.13.1...v2.13.2)
|
||||
|
||||
`2023-10-17`
|
||||
|
||||
**Feature**
|
||||
|
||||
- Sku: 增加 sku-messages 相关的 slots [#12368](https://github.com/vant-ui/vant/issues/12368)
|
||||
|
||||
### [v2.13.1](https://github.com/vant-ui/vant/compare/v2.13.0...v2.13.1)
|
||||
|
||||
`2023-10-10`
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vant",
|
||||
"version": "2.13.2",
|
||||
"version": "2.13.1",
|
||||
"description": "Mobile UI Components built on Vue",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
|
||||
@ -179,8 +179,6 @@ Use [ref](https://vuejs.org/v2/api/#ref) to get Sku instance and call instance m
|
||||
| extra-sku-group | Extra custom content |
|
||||
| sku-stepper | Custom stepper |
|
||||
| sku-messages | Custom messages |
|
||||
| before-sku-messages `v2.13.2` | Area before custom messages |
|
||||
| after-sku-messages `v2.13.2` | Area after custom messages |
|
||||
| sku-actions-top | Custom content before sku-actions |
|
||||
| sku-actions | Custom button actions |
|
||||
|
||||
|
||||
@ -186,8 +186,6 @@ Sku 组件默认划分好了若干区块,这些区块都定义成了插槽,
|
||||
| extra-sku-group | 额外商品 sku 展示区,一般用不到 |
|
||||
| sku-stepper | 商品数量选择区 |
|
||||
| sku-messages | 商品留言区 |
|
||||
| before-sku-messages `v2.13.2` | 商品留言之前的区域 |
|
||||
| after-sku-messages `v2.13.2` | 商品留言之后的区域 |
|
||||
| sku-actions-top | 操作按钮区顶部内容,无默认展示内容,按需使用 |
|
||||
| sku-actions | 操作按钮区 |
|
||||
|
||||
|
||||
@ -822,9 +822,7 @@ export default createComponent({
|
||||
{Group}
|
||||
{slots('extra-sku-group')}
|
||||
{Stepper}
|
||||
{slots('before-sku-messages')}
|
||||
{Messages}
|
||||
{slots('after-sku-messages')}
|
||||
</div>
|
||||
{slots('sku-actions-top')}
|
||||
{Actions}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user