[WIP] Доработал note и возможность их создания

This commit is contained in:
megavrilinvv
2022-12-16 15:54:10 +03:00
parent 1c25170828
commit cb1fcd9818
7 changed files with 99 additions and 13 deletions

View File

@@ -9,7 +9,7 @@
:type="type",
@input="$emit('update:value', $event.target.value)",
:placeholder="placeholder",
:maxlength="maxLength",
:maxLength="maxLength",
:max="maxDate",
:disabled="disabled"
)