vue3-core/packages/runtime-dom/__tests__
Evan You 37ccb9b9a0
fix(custom-element): delay mounting of custom elements with async parent
close #8127
close #9341
close #9351

the fix is based on #9351 with reused tests
2024-08-07 02:18:54 +08:00
..
directives test: improve test coverage (#9203) 2024-05-28 17:36:29 +08:00
helpers feat(custom-element): support css `:host` selector by applying css vars on host element (#8830) 2024-08-06 23:33:57 +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): delay mounting of custom elements with async parent 2024-08-07 02:18:54 +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 fix(runtime-dom): ensure only symbols are explicitly stringified during attribute patching (#11182) 2024-06-22 17:04:41 +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): handle undefined values in v-html (#11403) 2024-07-19 16:52:03 +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