Skip to content

Commit 28b1c4f

Browse files
authored
docs: typo in button (#8024)
1 parent 04f6ba3 commit 28b1c4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/button/demo/icon.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you want specific control over the positioning and placement of the `Icon`, t
2121

2222
<template>
2323
<a-space direction="vertical">
24-
<a-space warp>
24+
<a-space wrap>
2525
<a-tooltip title="search">
2626
<a-button type="primary" shape="circle" :icon="h(SearchOutlined)" />
2727
</a-tooltip>
@@ -32,7 +32,7 @@ If you want specific control over the positioning and placement of the `Icon`, t
3232
</a-tooltip>
3333
<a-button :icon="h(SearchOutlined)">Search</a-button>
3434
</a-space>
35-
<a-space warp>
35+
<a-space wrap>
3636
<a-tooltip title="search">
3737
<a-button shape="circle" :icon="h(SearchOutlined)" />
3838
</a-tooltip>

0 commit comments

Comments
 (0)