wupengfei
5 天以前 8987ce5a9bde6403faa8162de5125aab08232422
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,