React.Fragment 的作用:代替div作为外层

https://segmentfault.com/a/1190000013220508

 

import React, { Fragment } from 'react';

<Fragment>
       Copyright <Icon type="copyright" /> 2018 蚂蚁金服体验技术部出品
</Fragment>

 

posted @ 2018-07-12 09:43  贝尔塔猫  阅读(1918)  评论(0编辑  收藏  举报