feat: 更新 DatePicker 组件,添加手动输入和输入 ID,优化标签关联
Some checks failed
/ build-and-deploy-to-vercel (push) Successful in 1m35s
/ playwright (push) Failing after 2m26s
/ depcheck (push) Successful in 1m5s

This commit is contained in:
严浩
2025-01-03 16:00:40 +08:00
parent 6f35ac8105
commit 263f3f6dfa

View File

@ -39,8 +39,14 @@ import { openConfirm, openDialog } from './fns';
</FloatLabel>
<FloatLabel>
<DatePicker showButtonBar dateFormat="dd/mm/yy" :default-value="new Date()" />
<label>DatePicker</label>
<DatePicker
:manualInput="false"
inputId="datepicker"
showButtonBar
dateFormat="dd/mm/yy"
:default-value="new Date()"
/>
<label for="datepicker">DatePicker</label>
</FloatLabel>
<!-- <Button @click="openToast">提示服务</Button> -->