mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 12:07:54 +08:00
Update dropdown-button.md (#742)
This commit is contained in:
parent
fa46767472
commit
ec0ff990d5
@ -11,7 +11,7 @@ A button is on the left, and a related functional menu is on the right.
|
||||
```html
|
||||
<template>
|
||||
<div>
|
||||
<a-dropdown-button @click="handleMenuClick">
|
||||
<a-dropdown-button @click="handleButtonClick">
|
||||
Dropdown
|
||||
<a-menu slot="overlay" @click="handleMenuClick">
|
||||
<a-menu-item key="1"><a-icon type="user" />1st menu item</a-menu-item>
|
||||
|
Loading…
Reference in New Issue
Block a user