Skip to content

Commit

Permalink
docs: tabbar migration
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicleo committed Jun 5, 2023
1 parent 2f64c07 commit 633c47d
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions packages/site/web/docs/migration-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@

### Checkbox / Radio

- 组合使用时 `type` 类型可选值 `cell` 调整为 `list`
- 废弃样式相关属性 `size``shape``ghost`,可以通过 css 变量方式更改样式。
- 组合使用时 `type` 类型可选值 `cell` 调整为 `list`
- 废弃样式相关属性 `size``shape``ghost`,可以通过 css 变量方式更改样式。

```diff
<Checkbox.Group
Expand Down Expand Up @@ -236,6 +236,16 @@

- 移除 `format` 属性

### Tabbar

移除 `visible` 属性

```diff
<Tabbar
- visible={false}
/>
```

## 常见问题

### 如何在已经使用 Zarm 2.x 的项目中 Zarm 3.0
Expand Down

0 comments on commit 633c47d

Please sign in to comment.