@vue/composition-api
Advanced tools
Changelog
1.0.0-beta.17 (2020-10-17)
watch APIs now default to use flush: 'pre'
instead of
flush: 'post'
.
Check https://github.com/vuejs/vue-next/commit/49bb44756fda0a7019c69f2fa6b880d9e41125aa
This change affects watch
, watchEffect
, the watch
component
option, and this.$watch
.
As pointed out by @skirtles-code in
<a name="1.0.0-beta.16"></a>
Changelog
1.0.0-beta.15 (2020-10-04)
array
in the template (#532) (d99b91d)reactive
in SSR (#546) (535c829)getRegisteredVueOrDefault
, resolve #544 (3a1d992)localVue
(#531) (5484bb7)<a name="1.0.0-beta.14"></a>
Changelog
Changelog
Changelog