elementzujie
v0.1.0
Published
```bash 安装方法: 1.npm安装: npm: npm install elmentzujie 2.yarn安装: yarn add elmentzujie 3.引用elmentzujie.js,使用方法见下文 ```
Downloads
4
Readme
Install
安装方法:
1.npm安装:
npm: npm install elmentzujie
2.yarn安装:
yarn add elmentzujie
3.引用elmentzujie.js,使用方法见下文Quick Start
<template>
<cy-tablemr :tableData="tableData" :tableType="tableType" :isShowCheckbox="true" :isShowPagination="true" btnType="jsj"> </cy-tablemr>
</template>
main.js
...,
import elmentzujie from 'elmentzujie'
Vue.use(elmentzujie);