diff --git a/docs/index.htm b/docs/index.htm index 9d3ab63..72465ce 100644 --- a/docs/index.htm +++ b/docs/index.htm @@ -25,7 +25,7 @@
- +

v-maska="['+1 (###) ##-##-##', '+1 (###) ###-##-##']"

@@ -165,12 +165,6 @@ dateMask: function() { return this.dotFormat ? '##.##.####' : '##/##/####' } - }, - - methods: { - onMaska: function(event) { - this.phoneRaw = event.target.dataset.maskRawValue - } } });