add Dropdown component
add Dropdown component
This commit is contained in:
parent
0f4ccf4486
commit
ab8aaf958a
13 changed files with 235 additions and 4 deletions
6
src/components/dropdown/dropdown-menu.vue
Normal file
6
src/components/dropdown/dropdown-menu.vue
Normal file
|
@ -0,0 +1,6 @@
|
|||
<template>
|
||||
<ul class="ivu-dropdown-menu"><slot></slot></ul>
|
||||
</template>
|
||||
<script>
|
||||
export default {}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue