Skip to content

Commit 9ca2ad2

Browse files
authored
fix(kmenu): docs width prop [khcp-3409] (#587)
Fix `width` prop example in docs.
1 parent 36c3a35 commit 9ca2ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ You can pass a `width` string for **KMenu**. Either the string `auto` or a strin
7474

7575
By default the `width` is set to `284px`.
7676

77-
<KMenu :items="getMenuItems(3)" />
77+
<KMenu :items="getMenuItems(3)" width="735" />
7878

7979
```vue
8080
<KMenu :items="getMenuItems(3)" width="735" />

0 commit comments

Comments
 (0)