fix(placement): delete min-date
This commit is contained in:
parent
9342f9b4d7
commit
0a75b7ef86
3 changed files with 7 additions and 5 deletions
|
|
@ -481,6 +481,7 @@ onMounted(async () => {
|
|||
>
|
||||
<div class="col-12">
|
||||
<q-toolbar style="padding: 0px">
|
||||
<!-- :min-date="date" -->
|
||||
<datepicker
|
||||
menu-class-name="modalfix"
|
||||
v-model="date"
|
||||
|
|
@ -489,7 +490,6 @@ onMounted(async () => {
|
|||
borderless
|
||||
:enableTimePicker="false"
|
||||
week-start="0"
|
||||
:min-date="date"
|
||||
>
|
||||
<template #year="{ year }">
|
||||
{{ year + 543 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue