vue3-yuanma/packages/runtime-dom/__tests__/directives
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
..
vCloak.spec.ts chore: avoid v-cloak test warning 2020-04-01 21:39:47 -04:00
vModel.spec.ts fix(v-model): mutate original array for v-model multi checkbox (#2663) 2020-11-30 17:48:51 -05:00
vOn.spec.ts test(runtime-dom): improve v-on system key modifiers test (#1597) 2020-07-18 22:55:39 -04:00
vShow.spec.ts refactor: adjust createApp related API signatures 2020-01-27 16:00:17 -05:00