You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vue-custom-inputs

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-custom-inputs - npm Package Compare versions

Comparing version

to
1.0.4

10

dist/vue-custom-input.js
/*!
* 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