add Dropdown component
add Dropdown component
This commit is contained in:
parent
0f4ccf4486
commit
ab8aaf958a
13 changed files with 235 additions and 4 deletions
7
src/components/dropdown/index.js
Normal file
7
src/components/dropdown/index.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import Dropdown from './dropdown.vue';
|
||||
import DropdownMenu from './dropdown-menu.vue';
|
||||
import DropdownItem from './dropdown-item.vue';
|
||||
|
||||
Dropdown.Menu = DropdownMenu;
|
||||
Dropdown.Item = DropdownItem;
|
||||
export default Dropdown;
|
Loading…
Add table
Add a link
Reference in a new issue