Update dropdown-button.md (#742)
parent
fa46767472
commit
ec0ff990d5
|
@ -11,7 +11,7 @@ A button is on the left, and a related functional menu is on the right.
|
||||||
```html
|
```html
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<a-dropdown-button @click="handleMenuClick">
|
<a-dropdown-button @click="handleButtonClick">
|
||||||
Dropdown
|
Dropdown
|
||||||
<a-menu slot="overlay" @click="handleMenuClick">
|
<a-menu slot="overlay" @click="handleMenuClick">
|
||||||
<a-menu-item key="1"><a-icon type="user" />1st menu item</a-menu-item>
|
<a-menu-item key="1"><a-icon type="user" />1st menu item</a-menu-item>
|
||||||
|
|
Loading…
Reference in New Issue