We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa46767 commit ec0ff99Copy full SHA for ec0ff99
components/dropdown/demo/dropdown-button.md
@@ -11,7 +11,7 @@ A button is on the left, and a related functional menu is on the right.
11
```html
12
<template>
13
<div>
14
- <a-dropdown-button @click="handleMenuClick">
+ <a-dropdown-button @click="handleButtonClick">
15
Dropdown
16
<a-menu slot="overlay" @click="handleMenuClick">
17
<a-menu-item key="1"><a-icon type="user" />1st menu item</a-menu-item>
0 commit comments