Browse Source

Убрал дебаг

Book Pauk 5 years ago
parent
commit
79788125f3
1 changed files with 0 additions and 2 deletions
  1. 0 2
      client/components/share/NumInput.vue

+ 0 - 2
client/components/share/NumInput.vue

@@ -33,7 +33,6 @@
                 @touchend.stop="onTouchEnd"
                 @touchcancel.prevent.stop="onTouchEnd"
             />
-            {{ t }}
         </template>
     </q-input>
 </template>
@@ -72,7 +71,6 @@ export default @Component({
 class NumInput extends NumInputProps {
     filteredValue = 0;
     error = false;
-    t = '';
 
     created() {
         this.mask = '#'.repeat(this.max.toString().length);