vue3-core/packages/runtime-dom/__tests__
clay jenson 5689884c8e
fix(runtime-dom): ensure iframe sandbox is handled as an attribute to prevent unintended behavior (#13950)
close #13946
2025-11-05 16:53:58 +08:00
..
directives test(v-model): mutating an array or set checkbox value (#13974) 2025-10-09 10:16:11 +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
customElement.spec.ts fix(custom-element): batch custom element prop patching (#13478) 2025-11-05 16:50:00 +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 iframe sandbox is handled as an attribute to prevent unintended behavior (#13950) 2025-11-05 16:53:58 +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