@coders-tm/vue-number-format
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -416,3 +416,3 @@ /** | ||
}, | ||
emits: ['update:modelValue'], | ||
emits: ['update:modelValue','input:modelValue'], | ||
data() { | ||
@@ -428,2 +428,3 @@ return { | ||
this.unmaskedValue = target.unmaskedValue; | ||
this.$emit('input:modelValue', this.emittedValue); | ||
}, | ||
@@ -430,0 +431,0 @@ change() { |
@@ -412,3 +412,3 @@ /** | ||
}, | ||
emits: ['update:modelValue'], | ||
emits: ['update:modelValue','input:modelValue'], | ||
data() { | ||
@@ -424,2 +424,3 @@ return { | ||
this.unmaskedValue = target.unmaskedValue; | ||
this.$emit('input:modelValue', this.emittedValue); | ||
}, | ||
@@ -426,0 +427,0 @@ change() { |
{ | ||
"name": "@coders-tm/vue-number-format", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Easy formatted numbers, currency and percentage with input/directive mask for Vue.js", |
Sorry, the diff of this file is not supported yet
33614
838