WIP Добавил форму Термометрии

This commit is contained in:
DwCay
2023-05-12 19:14:41 +03:00
parent b5d67cc4bc
commit b353a9cdfb
4 changed files with 123 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
:standout="standout"
:accept="accept",
:debounce="debounce",
:shadow-text="shadowText"
hide-bottom-space
)
template(v-slot:prepend, v-if="iconLeft")
@@ -80,6 +81,7 @@ export default {
type: String,
default: "none",
},
shadowText: String,
mask: String,
debounce: [String, Number],
width: Number,