Убрал дебаг
This commit is contained in:
@@ -33,7 +33,6 @@
|
|||||||
@touchend.stop="onTouchEnd"
|
@touchend.stop="onTouchEnd"
|
||||||
@touchcancel.prevent.stop="onTouchEnd"
|
@touchcancel.prevent.stop="onTouchEnd"
|
||||||
/>
|
/>
|
||||||
{{ t }}
|
|
||||||
</template>
|
</template>
|
||||||
</q-input>
|
</q-input>
|
||||||
</template>
|
</template>
|
||||||
@@ -72,7 +71,6 @@ export default @Component({
|
|||||||
class NumInput extends NumInputProps {
|
class NumInput extends NumInputProps {
|
||||||
filteredValue = 0;
|
filteredValue = 0;
|
||||||
error = false;
|
error = false;
|
||||||
t = '';
|
|
||||||
|
|
||||||
created() {
|
created() {
|
||||||
this.mask = '#'.repeat(this.max.toString().length);
|
this.mask = '#'.repeat(this.max.toString().length);
|
||||||
|
|||||||
Reference in New Issue
Block a user