docs: update numeric type
This commit is contained in:
@@ -115,7 +115,7 @@ export default {
|
||||
| Attribute | Description | Type | Default |
|
||||
|------|------|------|------|
|
||||
| title | Title | *string* | - |
|
||||
| width `v2.2.7` | Width | *string \| number* | `320px` |
|
||||
| width `v2.2.7` | Width | *number \| string* | `320px` |
|
||||
| message | Message | *string* | - |
|
||||
| messageAlign | Message text align,can be set to `left` `right` | *string* | `center` |
|
||||
| className | Custom className | *any* | - |
|
||||
@@ -141,7 +141,7 @@ export default {
|
||||
|------|------|------|------|
|
||||
| v-model | Whether to show dialog | *boolean* | - |
|
||||
| title | Title | *string* | - |
|
||||
| width `v2.2.7` | Width | *string \| number* | `320px` |
|
||||
| width `v2.2.7` | Width | *number \| string* | `320px` |
|
||||
| message | Message | *string* | - |
|
||||
| message-align | Message align,can be set to `left` `right` | *string* | `center` |
|
||||
| show-confirm-button | Whether to show confirm button | *boolean* | `true` |
|
||||
|
||||
@@ -144,7 +144,7 @@ export default {
|
||||
| 参数 | 说明 | 类型 | 默认值 |
|
||||
|------|------|------|------|
|
||||
| title | 标题 | *string* | - |
|
||||
| width `v2.2.7` | 弹窗宽度,默认单位为`px` | *string \| number* | `320px` |
|
||||
| width `v2.2.7` | 弹窗宽度,默认单位为`px` | *number \| string* | `320px` |
|
||||
| message | 文本内容,支持通过`\n`换行 | *string* | - |
|
||||
| messageAlign | 内容对齐方式,可选值为`left` `right` | *string* | `center` |
|
||||
| className | 自定义类名 | *any* | - |
|
||||
@@ -172,7 +172,7 @@ export default {
|
||||
|------|------|------|------|
|
||||
| v-model | 是否显示弹窗 | *boolean* | - |
|
||||
| title | 标题 | *string* | - |
|
||||
| width `v2.2.7` | 弹窗宽度,默认单位为`px` | *string \| number* | `320px` |
|
||||
| width `v2.2.7` | 弹窗宽度,默认单位为`px` | *number \| string* | `320px` |
|
||||
| message | 文本内容,支持通过`\n`换行 | *string* | - |
|
||||
| message-align | 内容对齐方式,可选值为`left` `right` | *string* | `center` |
|
||||
| show-confirm-button | 是否展示确认按钮 | *boolean* | `true` |
|
||||
|
||||
Reference in New Issue
Block a user