Улучшение NumInput

This commit is contained in:
Book Pauk
2022-09-27 13:35:42 +07:00
parent f7e1b132fc
commit c584738156
2 changed files with 4 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
class="no-mp"
:class="(error ? 'error' : '')"
:disable="disable"
:mask="mask"
>
<slot></slot>
<template #prepend>
@@ -95,6 +96,7 @@ class NumInput {
minusIcon: {type: String, default: 'la la-minus-circle'},
plusIcon: {type: String, default: 'la la-plus-circle'},
mmButtons: Boolean,
mask: String,
};
filteredValue = 0;