[WIP] Заменил инпуты с датой на baseInput, исправил стили, фикс станицы логина
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
v-model="value",
|
||||
:placeholder="placeholder",
|
||||
:maxLength="maxLength",
|
||||
:mask="sharp"
|
||||
:mask="sharp",
|
||||
:autogrow="choiceGrow"
|
||||
)
|
||||
slot
|
||||
</template>
|
||||
@@ -26,6 +27,9 @@ export default {
|
||||
choiceType() {
|
||||
return !this.sharp ? "textarea" : "text";
|
||||
},
|
||||
choiceGrow() {
|
||||
return !this.sharp ? true : false;
|
||||
},
|
||||
value: {
|
||||
get() {
|
||||
return this.modelValue;
|
||||
|
||||
Reference in New Issue
Block a user