vue-design icon indicating copy to clipboard operation
vue-design copied to clipboard

📖 master分支:《渲染器》

Results 96 vue-design issues
Sort by recently updated
recently updated
newest added

PR: unreviewed

源码中是: this.cb = cb this.id = ++uid // uid for batching this.active = true this.dirty = this.lazy // for lazy watchers 文中的表述是: this.cb = cb this.id = ++uid // uid...

`idxInOld` 存在的时候,`prevChildren[idxInOld] = undefined`,在下次循环查找 `idxInOld` 的时候,`prevChildren` 中可能会有空值

PR: unreviewed

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.6.0 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

PR: unreviewed
dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

PR: unreviewed
dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

PR: unreviewed
dependencies

` const prevVNode = h('div', null, [ h('p', { key: 'a' }, '节点1'), h('p', { key: 'b' }, '节点2') ]) // 新的 VNode const nextVNode = h('div', null, [ h('p',...