feat: 更新 DatePicker 组件,添加手动输入和输入 ID,优化标签关联
This commit is contained in:
@ -39,8 +39,14 @@ import { openConfirm, openDialog } from './fns';
|
|||||||
</FloatLabel>
|
</FloatLabel>
|
||||||
|
|
||||||
<FloatLabel>
|
<FloatLabel>
|
||||||
<DatePicker showButtonBar dateFormat="dd/mm/yy" :default-value="new Date()" />
|
<DatePicker
|
||||||
<label>DatePicker</label>
|
:manualInput="false"
|
||||||
|
inputId="datepicker"
|
||||||
|
showButtonBar
|
||||||
|
dateFormat="dd/mm/yy"
|
||||||
|
:default-value="new Date()"
|
||||||
|
/>
|
||||||
|
<label for="datepicker">DatePicker</label>
|
||||||
</FloatLabel>
|
</FloatLabel>
|
||||||
|
|
||||||
<!-- <Button @click="openToast">提示服务</Button> -->
|
<!-- <Button @click="openToast">提示服务</Button> -->
|
||||||
|
Reference in New Issue
Block a user