WIP Исправила default в BaseInput
This commit is contained in:
@@ -20,7 +20,7 @@ export default {
|
||||
name: "BaseInput",
|
||||
props: {
|
||||
type: {
|
||||
derault: "text",
|
||||
default: "text",
|
||||
},
|
||||
modelValue: String,
|
||||
withIcon: {
|
||||
|
||||
Reference in New Issue
Block a user