mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(cli): adjust changelog style
This commit is contained in:
parent
6c8e1cc17f
commit
68b570c336
@ -21,13 +21,15 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
|
||||
**主要改动**
|
||||
|
||||
- 完成 Vue 3 适配
|
||||
- 调整 v-model 和 prop.sync API 以适配 v-model 语法变更
|
||||
- 废弃个别组件和属性
|
||||
- 调整部分组件的 v-model 和 prop.sync 用法,以适配 v-model 语法变更
|
||||
- 调整部分组件的 prop 和 event 用法
|
||||
- 重命名所有组件的 info 和 get-container 属性
|
||||
- 重命名所有组件的 info 属性为 badge
|
||||
- 重命名所有组件的 get-container 属性为 teleport
|
||||
- 废弃 SwitchCell 组件
|
||||
- 废弃个别 API
|
||||
|
||||
**已知问题**
|
||||
|
||||
- Lazyload、Panel 和 Sku 组件暂未完成 Vue 3 适配
|
||||
|
||||
> 详见 [从 v2 升级](https://youzan.github.io/vant/next/#/zh-CN/migrate-from-v2)。
|
||||
> 详细改动请参考 [从 v2 升级](https://youzan.github.io/vant/next/#/zh-CN/migrate-from-v2)。
|
||||
|
@ -223,7 +223,8 @@ export default {
|
||||
border-radius: @van-doc-border-radius;
|
||||
}
|
||||
|
||||
&--changelog {
|
||||
&--changelog,
|
||||
&--changelog-v3 {
|
||||
strong {
|
||||
display: block;
|
||||
margin: 24px 0 12px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user