bsvue

1.0.11 • Public • Published

bsvue

How to install

  1. npm install bsvue --save
  2. in main.js
    1. import bsvue from "bsvue"
    2. Vue.use(bsvue)
  3. in your component import {component_name} from "bsvue"

Components API

  1. Grid
属性 实例 说明
data [{name: "a",age: 20},{name: "b",age22}] 表格要显示的数据,必须属性
columns [{title: "姓名",key: "name"},{title: "年龄",key: "age"}] 表格列头配置,可选项:type,sort等
paging {currentPage: 1, pageSize: 20, total: 300} 分页组件配置
  1. Pagination
  2. Modal
  3. Loading
  4. Notice
  5. Tab
  6. Nav
  7. Menu

Readme

Keywords

none

Package Sidebar

Install

npm i bsvue

Weekly Downloads

4

Version

1.0.11

License

MIT

Unpacked Size

1.36 MB

Total Files

8

Last publish

Collaborators

  • situ