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-1
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`||
0 commit comments