Skip to content

Commit ec0ff99

Browse files
nicoklaxittangjinzhou
authored and
tangjinzhou
committed
Update dropdown-button.md (#742)
1 parent fa46767 commit ec0ff99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dropdown/demo/dropdown-button.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A button is on the left, and a related functional menu is on the right.
1111
```html
1212
<template>
1313
<div>
14-
<a-dropdown-button @click="handleMenuClick">
14+
<a-dropdown-button @click="handleButtonClick">
1515
Dropdown
1616
<a-menu slot="overlay" @click="handleMenuClick">
1717
<a-menu-item key="1"><a-icon type="user" />1st menu item</a-menu-item>

0 commit comments

Comments
 (0)