公告板
版本库
filestore
活动
搜索
登录
main
/
JC24WMS
JC24WMS
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
优化库存统计查询
Administrator
2024-03-13
2ca093b8e4f6c841b16a11ed58b83d8ffd42c3cb
[JC24WMS.git]
/
HTML
/
vueJs
/
src
/
components
/
dropdown
/
dropdown-menu.vue
1
2
3
4
5
6
7
8
<template>
<ul class="ivu-dropdown-menu"><slot></slot></ul>
</template>
<script>
export default {
name: 'DropdownMenu'
};
</script>