lh-ui-next 0.1.7-beta.58 → 0.1.7-beta.59

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
@@ -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.58",
8
- ## test version : "0.1.7-beta.58,
7
+ ## Official version : "0.1.7-beta.59",
8
+ ## test version : "0.1.7-beta.59,
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
@@ -6639,7 +6639,9 @@ const Da = {
6639
6639
  },
6640
6640
  //失去焦点触发事件
6641
6641
  blur() {
6642
- this.inFocus = !1, this.$emit("blur", null);
6642
+ setTimeout(() => {
6643
+ this.inFocus = !1, this.$emit("blur", null);
6644
+ }, 200);
6643
6645
  },
6644
6646
  //回车
6645
6647
  keyupEnter() {