# avue-plugin-dynamicquery **Repository Path**: silencecorner/avue-plugin-dynamicquery ## Basic Information - **Project Name**: avue-plugin-dynamicquery - **Description**: avue 表格查询框 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2019-06-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # avue-plugin-dynamicquery ## avue 表格查询框 ## npm [avue-plugin-dynamicquery](https://www.npmjs.com/package/avue-plugin-dynamicquery) ## git [avue-plugin-dynamicquery](https://gitee.com/yuchuanli/avue-plugin-dynamicquery) ## demo

## use ``` 1.安装 npm install avue-plugin-dynamicquery --save 2.导入 import 'avue-plugin-dynamicquery/packages' 3.使用 ... column:[ ... { label: 'test', prop: 'test', component: 'AvueDynamicquery', } ... ] 或者直接 ... ```