JSX Attributes

prop:*

编辑此页面

强制将 prop 作为属性而不是特性来处理。

<div prop:scrollTop={props.scrollPos + "px"} />
报告此页面问题