vue3-yuanma/packages/runtime-dom/__tests__
HcySunYang 87581cd266
fix(v-model): mutate original array for v-model multi checkbox (#2663)
Note: this change will break non-deep `watch` on the `v-model` bound array since the array is no longer replaced. This can be considered part of the Array watch changes in v3 as detailed at https://v3.vuejs.org/guide/migration/watch.html

This is unfortunate but unavoidable since the issue that it fixes is more important: `v-model` should definitely work with a non-ref reactive array.

fix #2662
2020-11-30 17:48:51 -05:00
..
directives fix(v-model): mutate original array for v-model multi checkbox (#2663) 2020-11-30 17:48:51 -05:00
helpers wip: simplify useCssVars 2020-11-17 13:03:47 -05:00
customizedBuiltIn.spec.ts chore: fix typos (#1090) 2020-05-01 09:42:58 -04:00
patchAttrs.spec.ts refactor: adjust runtime-dom test structure + tests for dom props 2020-04-10 15:37:30 -04:00
patchClass.spec.ts refactor: adjust runtime-dom test structure + tests for dom props 2020-04-10 15:37:30 -04:00
patchEvents.spec.ts fix(runtime-dom): fix v-on same computed handler on multiple elements 2020-08-03 17:55:22 -04:00
patchProps.spec.ts fix(runtime-dom): patch form as an attribute (#1788) 2020-08-06 09:32:28 -04:00
patchStyle.spec.ts fix(runtime-dom): style binding multi value support 2020-08-03 17:13:17 -04:00
rendererStaticNode.spec.ts wip(runtime): test for static vnode handling 2020-05-15 16:11:53 -04:00