Bug Fixes
Code Refactoring
BREAKING CHANGES
-
watch APIs now default to use
flush: 'pre'
instead of
flush: 'post'
.-
Check vuejs/core@49bb447
-
This change affects
watch
,watchEffect
, thewatch
component
option, andthis.$watch
. -
As pointed out by @skirtles-code in
-