WIP Добавил обновление дополнительной информации
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
v-model="value",
|
||||
:name="name",
|
||||
:class="{'circle': circle, 'font-input': true}",
|
||||
:input-style="{ color: textColor, borderColor: borderColor}",
|
||||
:input-style="{ color: textColor, borderColor: borderColor, resize: resize}",
|
||||
:borderless="borderless",
|
||||
:placeholder="placeholder",
|
||||
:outlined="outlined",
|
||||
@@ -75,6 +75,10 @@ export default {
|
||||
type: String,
|
||||
default: "",
|
||||
},
|
||||
resize: {
|
||||
type: String,
|
||||
default: "none",
|
||||
},
|
||||
mask: String,
|
||||
debounce: [String, Number],
|
||||
width: Number,
|
||||
|
||||
Reference in New Issue
Block a user