0.1.2 • Published 5 years ago

avue-plugin-dynamicquery v0.1.2

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

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"/>
...