mirror of https://github.com/vuejs/core.git
BREAKING CHANGE: replae `watch(fn, options?)` with `watchEffect`
The `watch(fn, options?)` signature has been replaced by the new
`watchEffect` API, which has the same usage and behavior. `watch`
now only supports the `watch(source, cb, options?)` signautre.
|
||
|---|---|---|
| .. | ||
| commits.html | ||
| grid.html | ||
| markdown.html | ||
| svg.html | ||
| todomvc.html | ||
| tree.html | ||