kz-ui-base 1.0.116 → 1.0.117

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -419,6 +419,7 @@ export default class SearchTable extends Vue {
419
419
  public treeShapeName = "";
420
420
  //树选项
421
421
  public treeShapeOptions = [];
422
+ usePagination = true;
422
423
 
423
424
  @Watch("treeShapeName")
424
425
  watchTreeShapeName(val) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kz-ui-base",
3
- "version": "1.0.116",
3
+ "version": "1.0.117",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {