vue3-core/packages/runtime-dom/__tests__
Evan You 352bc88c1b
fix(custom-element): avoid triggering mutationObserver when relecting props
close #12214
close #12215
2024-11-15 17:21:49 +08:00
..
directives fix(runtime-dom): prevent unnecessary DOM update from v-model (#11656) 2024-09-03 17:44:07 +08:00
helpers fix(runtime-dom): set css vars on update to handle child forcing reflow in onMount (#11561) 2024-11-14 15:58:28 +08:00
createApp.spec.ts
customElement.spec.ts fix(custom-element): avoid triggering mutationObserver when relecting props 2024-11-15 17:21:49 +08:00
customizedBuiltIn.spec.ts
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 fix(runtime-dom): ensure only symbols are explicitly stringified during attribute patching (#11182) 2024-06-22 17:04:41 +08:00
patchClass.spec.ts
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
rendererStaticNode.spec.ts