mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 18:12:59 +08:00
Simple forum software for building great communities.
9544d7dd6a
Enables quick bidirectional bindings. So instead of this: <input value={prop()} oninput={m.withAttr('value', prop)}/> ... we can do this: <input bidi={prop}/> |
||
---|---|---|
framework/core |