[WIP] Исправил баги и отображение фото

This commit is contained in:
DwCay
2023-06-29 17:24:54 +03:00
parent d082412927
commit b72886f674
6 changed files with 126 additions and 89 deletions

View File

@@ -27,6 +27,7 @@
:accept="accept",
:debounce="debounce",
:shadow-text="shadowText",
:autofocus="autofocus",
hide-bottom-space
)
template(v-slot:prepend, v-if="iconLeft")
@@ -46,6 +47,7 @@ export default {
multiple: Boolean,
circle: Boolean,
doc: Boolean,
autofocus: Boolean,
dense: {
type: Boolean,
default: true,