This commit is contained in:
zzzisfunnyboy
2025-07-10 00:33:43 +08:00
parent 0b7aa0bfa2
commit 8ffe5dc5cd
20 changed files with 122 additions and 10 deletions

View File

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