ben mao

Results 3 issues of ben mao

### Please search before asking - [X] I searched in the [issues](https://github.com/yetone/openai-translator/issues) and found nothing similar. ### Please read README - [X] I have read the troubleshooting section in the...

bug

1. 环境: 包管理工具:pnpm { "dependencies": { "vite": "5.2.11", "vue": "3.4.15", "vue-router": "4.2.5", }, "devDependencies":{ "vite-plugin-vue-devtools": "^7.2.0", } }。 2. vite.config.ts: plugins: [ VueDevTools() ] ![image](https://github.com/vuejs/devtools-next/assets/50267789/c9b0788a-cb00-43ba-b80a-2adae2b502a9)

need reproduction

## 版本 @form-create/element-ui: 3.2.30 ## 问题描述 在目前的业务中,后端返回时间格式为 YYYY-MM-DD, 保存是后端希望的时间格式为 YYYY/MM/DD。但是,目前虽然设置了valueFormat为YYYY/MM/DD,但如果不对:时间组件进行手动更改,则组件默认的 modalValue 仍会为 YYYY-MM-DD。即,默认的valueFormat逻辑并没有生效。而默认的 element-plus 组件是能够进行valueFormat转换。 ## 期待效果 时间组件在挂载时就默认触发 valueFormat逻辑, 而不是仅仅在 change 时,才触发 valueFormat逻辑。 ## 复现代码 ```js const options = {...