名字错误

This commit is contained in:
jonyshi 2019-03-19 19:15:05 +08:00
parent 74dbebeba7
commit 1f6082e2fd
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ const data = [ ...new Array(1000) ].map((e, i) => {
}) })
class Demo30 extends Component { class Demo34 extends Component {
constructor(props) { constructor(props) {
super(props); super(props);
@ -92,4 +92,4 @@ class Demo30 extends Component {
} }
} }
export default Demo30; export default Demo34;