Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
该属性究竟对data-renderifBatman.js 有什么作用?
data-renderif
我最初认为只有当属性值为 true 时它才会渲染 DOM 节点。但是data-insertif,正如预期的那样。
data-insertif
data-renderif仅用于推迟评估节点子节点的绑定,直到绑定值更新为 true。您可能希望将它与data-insertifor结合使用data-removeif。
data-removeif
这个绑定的dataChange方法可以看这里。这个函数基本上只是删除data-renderif属性并初始化子节点的绑定。
dataChange