/** * Web唐明明 * 匆匆数载恍如梦,岁月迢迢华发增。 * 碌碌无为枉半生,一朝惊醒万事空。 * ComponentName: '列表' */ import React from "react" class List extends React.Component { render() { return (

{ this.props.title || '是一个列表内容' }

) } } export default List