Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 245 Bytes

File metadata and controls

15 lines (13 loc) · 245 Bytes

安装组件

npm install jing_react_components

组件使用

  • commonJS方式
import { WcTable } form 'jing_react_components';
  • 前端调用
<script src="src/dist/index.js"></script>