Убрал дебаг

This commit is contained in:
Book Pauk
2020-02-18 20:52:42 +07:00
parent 2154f20fa4
commit 79788125f3

View File

@@ -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);