From e3c87c40264f407c4f17acd705e9345454733a04 Mon Sep 17 00:00:00 2001 From: Alexander Shabunevich Date: Tue, 6 Jul 2021 19:07:29 +0300 Subject: [PATCH] Updated raw mask example --- docs/index.htm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 - } } });