iview/src/components/dropdown/dropdown-menu.vue

6 lines
116 B
Vue
Raw Normal View History

<template>
<ul class="ivu-dropdown-menu"><slot></slot></ul>
</template>
<script>
export default {}
</script>