WIP Поправил условия сохранения изменений

This commit is contained in:
DwCay
2023-04-11 17:12:09 +03:00
parent 53490838f5
commit 9383be22df
6 changed files with 102 additions and 74 deletions

View File

@@ -21,6 +21,7 @@
:autogrow="autogrow",
:square="square",
:standout="standout"
:accept="accept"
hide-bottom-space
)
slot.cursor-pointer
@@ -65,6 +66,10 @@ export default {
type: [Boolean, String],
default: false,
},
accept: {
type: String,
default: "",
},
mask: String,
width: Number,
maxLength: Number,