0.1.0 • Published 2 years ago

elementzujie v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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);