lh-ui-next 0.1.7-beta.45 → 0.1.7-beta.46
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 +2 -2
- package/lib/lh-ui-next.mjs +1 -1
- package/lib/lh-ui-next.umd.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
alpha version is use to self-test; beta version is use to public survey.for example:
|
|
5
5
|
1.0.0-alpha.1
|
|
6
6
|
1.0.0-test.2
|
|
7
|
-
## Official version : "0.1.7-beta.
|
|
8
|
-
## test version : "0.1.7-beta.
|
|
7
|
+
## Official version : "0.1.7-beta.46",
|
|
8
|
+
## test version : "0.1.7-beta.46",
|
|
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
|
package/lib/lh-ui-next.mjs
CHANGED
|
@@ -3955,7 +3955,7 @@ const En = {
|
|
|
3955
3955
|
this.$refs.myTree.hideOthers();
|
|
3956
3956
|
},
|
|
3957
3957
|
buttonFuc1() {
|
|
3958
|
-
this.$emit("clearCallback", 1);
|
|
3958
|
+
this.$refs.myTree.hideOthers(), this.$emit("clearCallback", 1);
|
|
3959
3959
|
},
|
|
3960
3960
|
buttonFuc2() {
|
|
3961
3961
|
this.$refs.myTree.nodeCheckChangeAll();
|