소스 검색

Убрал дебаг

Book Pauk 5 년 전
부모
커밋
79788125f3
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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);