We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
window10、Chrome、vue3
https://run.iviewui.com/OBx6EpPe
将Dropdown 放在Table的自定义列模板中
Dropdown可以正常使用
Dropdown不能使用
The text was updated successfully, but these errors were encountered:
<template> <Table border :columns="columns" :data="data"> <template #name="{ row }"> <strong>{{ row.name }}</strong> </template> <template #action="{ row, index }"> <Dropdown transfer> <a href="javascript:void(0)"> 更多 <Icon type="ios-arrow-down"></Icon> </a> <template #list> <DropdownMenu> <DropdownItem> 角色分配 </DropdownItem> <DropdownItem> 编辑 </DropdownItem> <DropdownItem> 删除 </DropdownItem> </DropdownMenu> </template> </Dropdown> </template> </Table> </template>
Sorry, something went wrong.
No branches or pull requests
Environment
window10、Chrome、vue3
Reproduction link
https://run.iviewui.com/OBx6EpPe
Steps to reproduce
将Dropdown 放在Table的自定义列模板中
What is expected?
Dropdown可以正常使用
What is actually happening?
Dropdown不能使用
The text was updated successfully, but these errors were encountered: