zhaowc
2025-08-23 3b434cdc16b71dbc981b364d41a7337fa3f4d43c
1
2
3
4
5
6
7
8
<template>
    <ul class="ivu-dropdown-menu"><slot></slot></ul>
</template>
<script>
    export default {
        name: 'DropdownMenu'
    };
</script>