Sunly

Results 6 comments of Sunly

```ts type MyEqual = (() => T extends X ? 1 : 2) extends (() => T extends Y ? 1 : 2) ? true : false type a =...

同样的错误 taro3.4.3,钉钉小程序,vue3模板,dev正常,build报错

![image](https://user-images.githubusercontent.com/8850692/163096067-2acc36b1-517b-41b7-9151-bfb74407bac6.png) @Chen-jj 我编译到钉钉小程序没有【启用小程序基础库2.0构建】的选项,现在使用 `npm run build:dd -- --watch` 编译可以暂时解决问题

感觉问题是拖拽和点击上传的行为不一致 - 点击上传并不会检验accept,不符合accept的文件也会执行beforeUpload - 拖拽上传会先将不符合accept的文件过滤后再执行beforeUpload 是否应该将两种上传方式的行为统一,在beforeUpload中,让用户判断是否允许文件上传 @chenxch

看起来是有意为之,在设置日期之前,使用`startOf('day')`将时间设置为今天开始 ![image](https://github.com/element-plus/element-plus/assets/8850692/f49250fe-c551-46c6-b3d8-308bc062b379)