react
2018-12-04 本文已影响0人
沉默固执老阿姨
npm install -g create-react-app
static childContextTypes={
store:PropTypes.object
}
static contextTypes={
store:PropTypes.object
}
static propTypes = {
themeColor: PropTypes.string
}
npm install -g create-react-app
static childContextTypes={
store:PropTypes.object
}
static contextTypes={
store:PropTypes.object
}
static propTypes = {
themeColor: PropTypes.string
}