vue3-core/packages/runtime-dom/__tests__
edison d6e69c552b
Merge branch 'minor' into edison/feat/svgAndMathML
2025-08-28 21:32:55 +08:00
..
directives fix(runtime-dom): prevent unnecessary DOM update from v-model (#11656) 2024-09-03 17:44:07 +08:00
helpers fix(css-vars): nullish v-bind in style should not lead to unexpected inheritance (#12461) 2025-07-03 16:20:28 +08:00
createApp.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
customElement.spec.ts fix(custom-element): ensure exposed methods are accessible from custom elements by making them enumerable (#13634) 2025-07-23 08:40:40 +08:00
customizedBuiltIn.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
nodeOps.spec.ts fix(custom-elements): compatibility of createElement in older versions of Chrome (#9615) 2024-06-06 18:21:28 +08:00
patchAttrs.spec.ts feat: enhance SVG support in dynamic props and attrs handling 2025-08-28 21:32:04 +08:00
patchClass.spec.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
patchEvents.spec.ts chore: improve event value validation message 2024-04-15 23:39:59 +08:00
patchProps.spec.ts fix(runtime-dom): avoid unnecessary prop patch for checkbox (#11657) 2024-09-03 21:10:18 +08:00
patchStyle.spec.ts fix(runtime-dom): v-bind style should clear previous css string value (#10373) 2024-02-25 20:53:00 +08:00
rendererStaticNode.spec.ts wip(runtime): test for static vnode handling 2020-05-15 16:11:53 -04:00