From 79788125f3418fdcaff1d2993aa8838324126b69 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Tue, 18 Feb 2020 20:52:42 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20=D0=B4=D0=B5?= =?UTF-8?q?=D0=B1=D0=B0=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/share/NumInput.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/components/share/NumInput.vue b/client/components/share/NumInput.vue index 5b816c60..46e0819d 100644 --- a/client/components/share/NumInput.vue +++ b/client/components/share/NumInput.vue @@ -33,7 +33,6 @@ @touchend.stop="onTouchEnd" @touchcancel.prevent.stop="onTouchEnd" /> - {{ t }} @@ -72,7 +71,6 @@ export default @Component({ class NumInput extends NumInputProps { filteredValue = 0; error = false; - t = ''; created() { this.mask = '#'.repeat(this.max.toString().length);