react

作者: 沉默固执老阿姨 | 来源:发表于2018-12-04 17:58 被阅读0次

    npm install -g create-react-app

    static childContextTypes={

    store:PropTypes.object

    }

    static contextTypes={

    store:PropTypes.object

    }

    static propTypes = {

        themeColor: PropTypes.string

      }

    相关文章

      网友评论

          本文标题:react

          本文链接:https://www.haomeiwen.com/subject/eswmcqtx.html