vue-custom-inputs
Advanced tools
Comparing version
/*! | ||
* Vue custom input | ||
* version: 1.0.0 | ||
* version: 1.0.4 | ||
* repo: https://github.com/Youjingyu/vue-custom-input | ||
* build: 2017-09-27 11:01:22 | ||
* build: 2017-10-11 21:22:33 | ||
*/ | ||
@@ -242,5 +242,5 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
var hideInput = $event.target; | ||
if (hideInput !== '') { | ||
if (hideInput.value !== '') { | ||
this.$set(this.spanValue, this.activeIndex, hideInput.value); | ||
$event.target.value = ''; | ||
hideInput.value = ''; | ||
this.$emit('custom-input-change', this.getCustomInputVal()); | ||
@@ -580,3 +580,3 @@ if (this.activeIndex < this.inputNumber - 1) { | ||
// add the styles to the DOM | ||
var update = __webpack_require__(9)("2c441759", content, true); | ||
var update = __webpack_require__(9)("94df2f7e", content, true); | ||
@@ -583,0 +583,0 @@ /***/ }), |
@@ -61,3 +61,3 @@ { | ||
}, | ||
"version": "1.0.3" | ||
"version": "1.0.4" | ||
} |
Sorry, the diff of this file is not supported yet
124555
0.68%