This commit is contained in:
zhigang.li 2017-11-30 17:00:39 +08:00
parent 66a8c45f31
commit 5a02cf4c0a
2 changed files with 6 additions and 2 deletions

View file

@ -2,5 +2,7 @@
<ul class="ivu-dropdown-menu"><slot></slot></ul>
</template>
<script>
export default {};
export default {
name: 'DropdownMenu'
};
</script>

View file

@ -2,4 +2,6 @@ import Select from './select.vue';
import Option from './option.vue';
import OptionGroup from './option-group.vue';
export { Select, Option, OptionGroup };
export { Select, Option, OptionGroup };
export default Select;