摘要: 1.先写好你要配置的模块代码如 import React, {Component} from 'react' export default class App extends Component { render() { return ( <div></div> ) } } 2.依次点击 File 阅读全文
posted @ 2021-02-23 10:49 张先生zy 阅读(1930) 评论(0) 推荐(0) 编辑