JSX Attributes

attr:*

编辑此页面

强制将 prop 作为属性而不是属性值来处理。在想要设置属性的 Web Components 中特别有用。

<my-element attr:status={props.status} />
报告此页面问题