lh-ui-next 0.2.0-beta.6 → 0.2.0-beta.7

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.
package/README.md CHANGED
@@ -5,7 +5,7 @@ alpha version is use to self-test; beta version is use to public survey.for exam
5
5
  1.0.0-alpha.1
6
6
  1.0.0-test.2
7
7
  ## Official version : "0.1.9",
8
- ## test version : "0.2.0-beta.6,
8
+ ## test version : "0.2.0-beta.7,
9
9
  ## npmmirror
10
10
  When cnpm sync execution is unsuccessful,you can go the website(http://www.npmmirror.com/package/lh-ui-next) and press sync button to
11
11
  manual trigger the sync event
@@ -3347,6 +3347,10 @@ const Ol = /* @__PURE__ */ S(Ml, [["render", Wl]]), Al = {
3347
3347
  //获取选中值
3348
3348
  getCheckedKeys() {
3349
3349
  return this.$refs.myTree.getCheckedKeys();
3350
+ },
3351
+ //设置
3352
+ setCheckedKeys(e = []) {
3353
+ this.$refs.myTree.setCheckedKeys(e);
3350
3354
  }
3351
3355
  },
3352
3356
  computed: {