zhengyiming
3 天以前 e4489d1f756737b9d9d13e1b8b4f7d25d574b72c
packages/components/src/Input/ChooseInputWithDatePicker.vue
@@ -30,7 +30,7 @@
}>();
function handleOpen() {
  const _modelValue = [props.modelValue];
  const _modelValue = dayjs(props.modelValue).toDate();
  Portal.add((key) => {
    return h(
      Portal.Container,