WIP Добавила date picker

This commit is contained in:
Daria Golova
2023-05-26 17:10:46 +03:00
parent 93e4c93a96
commit 7670ab5a99
2 changed files with 22 additions and 3 deletions

View File

@@ -31,7 +31,9 @@
)
template(v-slot:prepend, v-if="iconLeft")
slot
slot.cursor-pointer(v-if="!iconLeft")
template(v-slot:append, v-if="iconRight")
slot
slot.cursor-pointer(v-if="!iconLeft && !iconRight")
</template>
<script>
@@ -112,6 +114,7 @@ export default {
label: String,
readonly: Boolean,
iconLeft: Boolean,
iconRight: Boolean,
name: String,
},
emits: ["update:modelValue"],