mini-antui
Advanced tools
Comparing version 0.3.8 to 0.3.9
@@ -26,2 +26,5 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
}, | ||
data: { | ||
_focus: false | ||
}, | ||
didMount: function didMount() { | ||
@@ -44,2 +47,5 @@ this.dataset = {}; | ||
onBlur: function onBlur(e) { | ||
this.setData({ | ||
_focus: false | ||
}); | ||
var event = this.fmtEvent(e); | ||
@@ -53,2 +59,5 @@ this.props.onBlur(event); | ||
onFocus: function onFocus(e) { | ||
this.setData({ | ||
_focus: true | ||
}); | ||
var event = this.fmtEvent(e); | ||
@@ -55,0 +64,0 @@ this.props.onFocus(event); |
{ | ||
"name": "mini-antui", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"description": "小程序版AntUI", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
114466
1548