You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/button/index.en-US.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Different button styles can be generated by setting Button properties. The recom
40
40
| htmlType | set the original html `type` of `button`, see: [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-type)| string |`button`||
41
41
| icon | set the icon of button, see: Icon component | v-slot | - ||
42
42
| loading | set the loading status of button | boolean \| { delay: number } |`false`||
43
-
| shape | Can be set button shape |`default`\|`circle`\|`round`|'default'||
43
+
| shape | Can be set button shape |`default`\|`circle`\|`round`|`default`||
44
44
| size | set the size of button |`large`\|`middle`\|`small`|`middle`||
45
45
| target | same as target attribute of a, works when href is specified | string | - ||
46
46
| type | can be set button type |`primary`\|`ghost`\|`dashed`\|`link`\|`text`\|`default`|`default`||
Copy file name to clipboardExpand all lines: components/tooltip/index.en-US.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ The following APIs are shared by Tooltip, Popconfirm, Popover.
34
34
| mouseLeaveDelay | Delay in seconds, before tooltip is hidden on mouse leave | number | 0.1 ||
35
35
| overlayClassName | Class name of the tooltip card | string | - ||
36
36
| overlayStyle | Style of the tooltip card | object | - ||
37
+
| overlayInnerStyle | Style of the tooltip inner content | object | - | 4.0.0 |
37
38
| placement | The position of the tooltip relative to the target, which can be one of `top``left``right``bottom``topLeft``topRight``bottomLeft``bottomRight``leftTop``leftBottom``rightTop``rightBottom`| string |`top`||
0 commit comments