This commit is contained in:
zzz
2025-07-18 09:57:52 +08:00
parent 62504e2028
commit 097b495fb9
4 changed files with 35 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
- [x] 绑定View-ViewModel的报错
- 优化V和VM的绑定
---
- [ ] M和VM的事件通知
- [x] M和VM的事件通知
- 在用的时候可以用别的事件系统接入Event
---
- [ ] 设置Active标签
@@ -16,6 +16,6 @@
- 需要将现有组件重新封装一次
- bool值回调就可以根据IValueChanged接口来实现了
- IValueChanged\<string\>
- Text : IValueChanged
- Text : IValueChanged\<string\>
- IValueChanged\<bool\>