-
Notifications
You must be signed in to change notification settings - Fork 286
🐛 [Bug]: [d-panel]API和参数问题 #219
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Version
latest
Vue Version
latest
Link to minimal reproduction
Step to reproduce
- 【基本用法】的第二个demo和第三个展开收起状态相关联。
- 【多种类型】的
info和primary类型的 demo 相关联,success和warning类型的 demo 相关联。 beforeToggle参数类型建议改成(done: () => void) => void,业务在执行完同步或者异步操作之后,根据执行结果选择是否调用done函数,调用done则表示改变折叠状态,不调用则不改变。toggle事件应该通过Emit触发,不应该通过props传入。
What is expected
No response
What is actually happening
No response
Any additional comments (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working