wupengfei
1 天以前 176f0185c2b76cba8de4fc7b81260e7f68c51495
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,