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