vue3-yuanma/packages/runtime-core/__tests__/components
Evan You 99a2e18c97 feat(runtime-core): add watchEffect API
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.
2020-02-22 08:19:10 +01:00
..
__snapshots__ refactor: make portal tree-shakeable 2020-02-15 17:44:37 -05:00
BaseTransition.spec.ts test(transition): test usage with KeepAlive 2019-11-28 12:16:42 -05:00
KeepAlive.spec.ts test: wip tests for BaseTransition 2019-11-26 18:07:05 -05:00
Portal.spec.ts refactor: make portal tree-shakeable 2020-02-15 17:44:37 -05:00
Suspense.spec.ts feat(runtime-core): add watchEffect API 2020-02-22 08:19:10 +01:00