wxw
5 天以前 f6d9155a4a0cf27fd5732314b70109cbc090ccf8
1
2
3
4
5
6
7
8
<template>
    <ul class="ivu-dropdown-menu"><slot></slot></ul>
</template>
<script>
    export default {
        name: 'DropdownMenu'
    };
</script>