my React demo 6
Posted xiaobin-hlj80
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了my React demo 6相关的知识,希望对你有一定的参考价值。
外参检查
1. import
import PropTypes from ‘prop-types‘;
2. member variable
App.propTypes = {
title: PropTypes.number.isRequired,
};
The code on the Github.
以上是关于my React demo 6的主要内容,如果未能解决你的问题,请参考以下文章