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

7.3 自定义渲染器 这里应该是 text

![image](https://user-images.githubusercontent.com/105117581/205499638-f3610c4b-a0f1-4d3f-bce2-7717af0e8355.png)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

PR: unreviewed
dependencies

![image](https://user-images.githubusercontent.com/27720360/204805825-1f32edb3-7336-4c45-a195-1917573e5573.png)

Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 2.1.3. Commits 2db00ca 2.1.3 dc51092 fix(css-selectors): extend regex to include superscript in range, fix #27 (#28) a5f1991 Test on node LTS b2a2117 2.1.2 e9ef3f1 Run...

PR: unreviewed
dependencies

![微信图片_20220819223841](https://user-images.githubusercontent.com/28656609/185644110-38a9fdfb-6963-443b-ada7-b1e11e49cd06.jpg) ![微信图片_20220819223850](https://user-images.githubusercontent.com/28656609/185644134-0b0e44c6-d0c2-4b65-8de4-a416e0c005d6.jpg)

在进行嵌套定义effect时,如果多次修改外部effect中使用的响应式数据,会间接调用内部effect。 ```javascript let data = {foo: true, bar: false, text: "data.text"}; const bucket = new WeakMap; const effectStack = []; effectStack.activeEffect = function () { if (this.length) return this[this.length -...

Bumps [terser](https://github.com/terser/terser) from 4.0.2 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

PR: unreviewed
dependencies

第七章 渲染器的设计 p174页 在第三次渲染时,新vnode的值为null,即什么都渲染。 这里应该是什么都不渲染 ![IMG_1523(20220315-215210)](https://user-images.githubusercontent.com/46374906/158394145-c66569ca-4622-4d6b-ae23-028ce22a5b6e.JPG)