在iview 中的表格列上使用 Dropdown 无法渲染
h('Dropdown',
[
h('Button','更多'),
h('DropdownMenu',{
props:{
slot:'list'
},
},[
h('DropdownItem','dddd')
])
],{
props: {
placement: 'bottom'
}
},)
请问怎么使用???
h('Dropdown',