avue-plugin-dynamicquery
v0.1.2
Published
[avue-plugin-dynamicquery](https://www.npmjs.com/package/avue-plugin-dynamicquery)
Downloads
38
Readme
avue-plugin-dynamicquery
avue 表格查询框
npm
git
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"/>
...