lh-ui-next 0.1.8-beta.1 → 0.1.8-beta.2
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 +1 -1
- package/lib/lh-ui-next.mjs +2 -4
- package/lib/lh-ui-next.umd.js +1 -1
- package/package.json +9 -9
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.7",
|
|
8
|
-
## test version : "0.1.8-beta.
|
|
8
|
+
## test version : "0.1.8-beta.2,
|
|
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
|
@@ -8471,12 +8471,10 @@ const Ko = {
|
|
|
8471
8471
|
this.handleHeader();
|
|
8472
8472
|
},
|
|
8473
8473
|
cellMouseEnter(e) {
|
|
8474
|
-
|
|
8475
|
-
this.$emit("cellMouseEnter", e, t);
|
|
8474
|
+
this.$emit("cellMouseEnter", e, null);
|
|
8476
8475
|
},
|
|
8477
8476
|
cellMouseLeave(e) {
|
|
8478
|
-
|
|
8479
|
-
this.$emit("cellMouseLeave", e, t);
|
|
8477
|
+
this.$emit("cellMouseLeave", e, null);
|
|
8480
8478
|
}
|
|
8481
8479
|
},
|
|
8482
8480
|
mounted() {
|