🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
TypeError: Cannot read property 'props' of undefined ``` function F(props){ return <h2> {this.props.date.toLocaleTimeString()} </h2> } ``` ``` function F(props){ return <h2> {props.date.toLocaleTimeString()} </h2> } ```