lh-ui-next 0.2.1-beta.3 → 0.2.1-beta.4

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.2.0",
8
- ## test version : "0.2.1-beta.3,
8
+ ## test version : "0.2.1-beta.4,
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
@@ -9026,7 +9026,7 @@ const _r = {
9026
9026
  //点击轨道移动滑块
9027
9027
  clickRunway() {
9028
9028
  if (!this.disabled) {
9029
- let e = e || window.event, t = this.$refs.sliderRunway, i = this.vertical ? this.height.substring(0, this.height.length - 2) * 1 - e.clientY + t.getBoundingClientRect().top : e.clientX - t.getBoundingClientRect().left;
9029
+ let e = window.event, t = this.$refs.sliderRunway, i = this.vertical ? this.height.substring(0, this.height.length - 2) * 1 - e.clientY + t.getBoundingClientRect().top : e.clientX - t.getBoundingClientRect().left;
9030
9030
  if (typeof this.modelValue == "number")
9031
9031
  this.moveSlider(i, 1);
9032
9032
  else {