WIP Исправила default в BaseInput

This commit is contained in:
Daria Golova
2022-12-29 17:19:58 +03:00
parent 304d941ac6
commit 4249dcd680

View File

@@ -20,7 +20,7 @@ export default {
name: "BaseInput", name: "BaseInput",
props: { props: {
type: { type: {
derault: "text", default: "text",
}, },
modelValue: String, modelValue: String,
withIcon: { withIcon: {