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
不再使用style了,多一个额外模块增加管理困难,改为全部合入props。同时props依赖的数据流系统需要改进。
ElementModel
child_props
DirtyFlag
Default::default().props1(xxx).props2(xxx)
Wire<T>
From<T>
The text was updated successfully, but these errors were encountered:
跟进 #14 和 #15。具体看任务列表
c2382dd
No branches or pull requests
不再使用style了,多一个额外模块增加管理困难,改为全部合入props。同时props依赖的数据流系统需要改进。
任务列表
ElementModel
上添加child_props
,以供父元素读取DirtyFlag
类型,用于仅接受脏标记不更新,用于懒更新Default::default().props1(xxx).props2(xxx)
)Wire<T>
类型实现From<T>
以接受常量The text was updated successfully, but these errors were encountered: