docs(DatePicker): fix toolbar slot name (#10983)
This commit is contained in:
@@ -196,7 +196,7 @@ export default {
|
|||||||
|
|
||||||
| Name | Description | SlotProps |
|
| Name | Description | SlotProps |
|
||||||
| -------------- | ---------------------------- | ---------------------- |
|
| -------------- | ---------------------------- | ---------------------- |
|
||||||
| default | Custom toolbar content | - |
|
| toolbar | Custom toolbar content | - |
|
||||||
| title | Custom title | - |
|
| title | Custom title | - |
|
||||||
| confirm | Custom confirm button text | - |
|
| confirm | Custom confirm button text | - |
|
||||||
| cancel | Custom cancel button text | - |
|
| cancel | Custom cancel button text | - |
|
||||||
|
|||||||
@@ -202,7 +202,7 @@ export default {
|
|||||||
|
|
||||||
| 名称 | 说明 | 参数 |
|
| 名称 | 说明 | 参数 |
|
||||||
| -------------- | ---------------------- | ---------------------- |
|
| -------------- | ---------------------- | ---------------------- |
|
||||||
| default | 自定义整个顶部栏的内容 | - |
|
| toolbar | 自定义整个顶部栏的内容 | - |
|
||||||
| title | 自定义标题内容 | - |
|
| title | 自定义标题内容 | - |
|
||||||
| confirm | 自定义确认按钮内容 | - |
|
| confirm | 自定义确认按钮内容 | - |
|
||||||
| cancel | 自定义取消按钮内容 | - |
|
| cancel | 自定义取消按钮内容 | - |
|
||||||
|
|||||||
@@ -197,7 +197,7 @@ export default {
|
|||||||
|
|
||||||
| Name | Description | SlotProps |
|
| Name | Description | SlotProps |
|
||||||
| -------------- | ---------------------------- | ---------------------- |
|
| -------------- | ---------------------------- | ---------------------- |
|
||||||
| default | Custom toolbar content | - |
|
| toolbar | Custom toolbar content | - |
|
||||||
| title | Custom title | - |
|
| title | Custom title | - |
|
||||||
| confirm | Custom confirm button text | - |
|
| confirm | Custom confirm button text | - |
|
||||||
| cancel | Custom cancel button text | - |
|
| cancel | Custom cancel button text | - |
|
||||||
|
|||||||
@@ -198,7 +198,7 @@ export default {
|
|||||||
|
|
||||||
| 名称 | 说明 | 参数 |
|
| 名称 | 说明 | 参数 |
|
||||||
| -------------- | ---------------------- | ---------------------- |
|
| -------------- | ---------------------- | ---------------------- |
|
||||||
| default | 自定义整个顶部栏的内容 | - |
|
| toolbar | 自定义整个顶部栏的内容 | - |
|
||||||
| title | 自定义标题内容 | - |
|
| title | 自定义标题内容 | - |
|
||||||
| confirm | 自定义确认按钮内容 | - |
|
| confirm | 自定义确认按钮内容 | - |
|
||||||
| cancel | 自定义取消按钮内容 | - |
|
| cancel | 自定义取消按钮内容 | - |
|
||||||
|
|||||||
Reference in New Issue
Block a user