update
This commit is contained in:
parent
66a8c45f31
commit
5a02cf4c0a
2 changed files with 6 additions and 2 deletions
|
@ -2,5 +2,7 @@
|
||||||
<ul class="ivu-dropdown-menu"><slot></slot></ul>
|
<ul class="ivu-dropdown-menu"><slot></slot></ul>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
export default {};
|
export default {
|
||||||
|
name: 'DropdownMenu'
|
||||||
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -3,3 +3,5 @@ import Option from './option.vue';
|
||||||
import OptionGroup from './option-group.vue';
|
import OptionGroup from './option-group.vue';
|
||||||
|
|
||||||
export { Select, Option, OptionGroup };
|
export { Select, Option, OptionGroup };
|
||||||
|
|
||||||
|
export default Select;
|
Loading…
Add table
Add a link
Reference in a new issue