1.0.11 • Published 5 years ago

bsvue v1.0.11

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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
1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

7 years ago