avue-plugin-dynamicquery

0.1.2 • Public • Published

avue-plugin-dynamicquery

avue 表格查询框

npm

avue-plugin-dynamicquery

git

avue-plugin-dynamicquery

demo

changelog

fix sortChange、currentChange、scrollbar style
add table total
fix other
currentChange、sortChange、searchChange mast result data total

version 0.1.1

use

1.安装
npm install avue-plugin-dynamicquery --save

2.导入
import 'avue-plugin-dynamicquery/packages'

3.使用
...
column:[
  ...
    {
      label: 'test',
      prop: 'test',
      component: 'AvueDynamicquery',
    }
  ...
]
或者直接
 <avue-dynamicquery 
      :placeholder="placeholder"
      :multiple="true"
      :dic="data"
      :options="option"
      :value="value"/>
...

Readme

Keywords

none

Package Sidebar

Install

npm i avue-plugin-dynamicquery

Weekly Downloads

6

Version

0.1.2

License

MIT

Unpacked Size

43.5 kB

Total Files

8

Last publish

Collaborators

  • liyuchuan