npm.io
1.0.92 • Published 13h ago

oa-table-list

Licence
MIT
Version
1.0.92
Deps
3
Size
1.2 MB
Vulns
24
Weekly
0

oa-table-list

oa-table-list组件

Build Setup

# install dependencies
npm install oa-table-list --save

For detailed explanation on how things work, consult the docs for vue-loader.

Usage

# in main.js
import OATableList from 'oa-table-list';
Vue.use(OATableList);
# in <template>
<oa-table-list header-color="#409EFF" header-text-color="#ffffff" checkable :button-group="buttonGroup" :labels="labels" url="get/my-data"></oa-table-list>