[WIP] Добавил quasar input, стили, заменил маски
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
<template lang="pug">
|
||||
.flex.flex-col.gap-y-2
|
||||
.label(v-if="!!label") {{label}}
|
||||
.field(:class="{'placeholder-color': !modelValue}")
|
||||
input(
|
||||
v-model="value",
|
||||
type="date",
|
||||
max="9999-12-31",
|
||||
min="0000-01-01"
|
||||
)
|
||||
q-input(
|
||||
v-model="value",
|
||||
type="date",
|
||||
outlined,
|
||||
dense
|
||||
)
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user