Zhongjan

Results 7 issues of Zhongjan

看着代码就发现不对劲,然后又贴了测试用例,就怀疑自己没看懂,然而经过测试,确实是代码实现有问题哦: ```js const quickSort = (a, from, to) => { //哨兵位置 let thirdIndex = 0; while (true) { //... let tmpArr = _sort(a[from], a[thirdIndex], a[to - 1]); a[from] = tmpArr[0];...

ele-ui 在ele-plus下 需改为 YYYY-MM-DD HH:mm:ss

bug

![image](https://user-images.githubusercontent.com/28496323/97836744-e8ac6e80-1d17-11eb-92fa-1a790304edee.png) ![image](https://user-images.githubusercontent.com/28496323/97836771-f3ff9a00-1d17-11eb-84f5-8cf3aff71146.png) https://codesandbox.io/live/rehrhqj 这个show事件应该只要触发一次吧,但是每个 lazy-componet 在触发 mounted 时查询队列都会执行检查,而执行完load()后,并没有清除该listener ![image](https://user-images.githubusercontent.com/28496323/97836893-388b3580-1d18-11eb-9261-4a0d95961b61.png) 目前的清除条件是根据内部设定的el属性或其父节点是否存在: ``if (!listener.el || !listener.el.parentNode)`` 还需要增加一个 listener._loaded 来避免在vue组件异步更新前重复执行load() ![image](https://user-images.githubusercontent.com/28496323/97840830-b141c000-1d1f-11eb-9a33-017852fdb895.png) ![image](https://user-images.githubusercontent.com/28496323/97840946-e8b06c80-1d1f-11eb-9eb2-2884107030f6.png) ![image](https://user-images.githubusercontent.com/28496323/97840966-efd77a80-1d1f-11eb-8f65-d04a40234880.png)

https://github.com/umijs/fabric/blob/33dd892b61f9e393b9b145365a750ec18d9c505b/src/verifyCommit.ts#L11 现在不能手动输入 emoji (或者使用 CMD Cli 如 gitmoji 时)无法检验通过

[[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] ### 🤔 This is a ... - [ ] New feature - [x] Bug fix - [ ] Site / documentation update - [ ] Demo...

codeball:needs-review