[WIP] Добавил quasar input, стили, заменил маски

This commit is contained in:
megavrilinvv
2023-01-16 16:28:11 +03:00
parent 76754ab544
commit bf2a81aaba
15 changed files with 126 additions and 126 deletions

View File

@@ -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>