mirror of
https://github.com/youzan/vant.git
synced 2026-05-07 01:01:01 +08:00
docs: update numeric type
This commit is contained in:
+2
-2
@@ -115,8 +115,8 @@ Vue.use(CellGroup);
|
||||
| Attribute | Description | Type | Default |
|
||||
|------|------|------|------|
|
||||
| icon | Left Icon | *string* | - |
|
||||
| title | Title | *string \| number* | - |
|
||||
| value | Right text | *string \| number* | - |
|
||||
| title | Title | *number \| string* | - |
|
||||
| value | Right text | *number \| string* | - |
|
||||
| label | Description below the title | *string* | - |
|
||||
| size | Size,can be set to `large` | *string* | - |
|
||||
| border | Whether to show inner border | *boolean* | `true` |
|
||||
|
||||
@@ -126,8 +126,8 @@ Vue.use(CellGroup);
|
||||
| 参数 | 说明 | 类型 | 默认值 |
|
||||
|------|------|------|------|
|
||||
| icon | 左侧 [图标名称](#/zh-CN/icon) 或图片链接 | *string* | - |
|
||||
| title | 左侧标题 | *string \| number* | - |
|
||||
| value | 右侧内容 | *string \| number* | - |
|
||||
| title | 左侧标题 | *number \| string* | - |
|
||||
| value | 右侧内容 | *number \| string* | - |
|
||||
| label | 标题下方的描述信息 | *string* | - |
|
||||
| size | 单元格大小,可选值为 `large` | *string* | - |
|
||||
| url | 点击后跳转的链接地址 | *string* | - |
|
||||
|
||||
Reference in New Issue
Block a user