add:AntD的基本使用

This commit is contained in:
qianguyihao
2019-02-22 15:47:58 +08:00
parent 4f258bfcad
commit 428fd8b9b6
10 changed files with 185 additions and 45 deletions

View File

@@ -485,7 +485,7 @@ export default class Counter extends React.Component {
```
2main.js:
2main.js:(引入组件)
```javascript
@@ -507,7 +507,7 @@ ReactDOM.render(
```
3TestReceiveProps.jsx
3TestReceiveProps.jsx:(组件的定义)
```javascript
import React from "react";