This commit is contained in:
zzz
2025-07-11 18:21:53 +08:00
parent e5f9de1a3b
commit d736b7ca99
4 changed files with 26 additions and 10 deletions

View File

@@ -0,0 +1,20 @@
---
- [ ] 扩展嵌套列表
- [x] 列表优化添加 移除
- [ ] 自定义嵌套列表的事件
- [x] 绑定View-ViewModel的报错
- 优化V和VM的绑定
---
- [ ] M和VM的事件通知
---
- [ ] 设置Active标签
---
- [ ] bool值回调除了toggle另外的组件怎么处理
- 通过特性ValueChanged解决
- 需要将现有组件重新封装一次
- bool值回调就可以根据IValueChanged接口来实现了
- IValueChanged\<string\>
- Text : IValueChanged
- IValueChanged\<bool\>