DataGrid.jsx

This commit is contained in:
tengge1 2019-05-17 20:01:42 +08:00
parent c3fab912ee
commit c084e323b1
2 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ import PropTypes from 'prop-types';
class PropertyGrid extends React.Component {
constructor(props) {
super(props);
this.state = {
};
}
render() {

View File