yuyou_x
2024-07-15 8a96c3a12176cf915e2d37c163c075f64c11fc16
1
2
3
4
5
6
7
8
<template>
    <ul class="ivu-dropdown-menu"><slot></slot></ul>
</template>
<script>
    export default {
        name: 'DropdownMenu'
    };
</script>