vue3-yuanma/packages/runtime-core/__tests__/components
Evan You eb2ae44d94 refactor(types): widen Component type to include consutructor types
returned from `defineComponent`

ref: https://github.com/vuejs/vue-router-next/pull/421
also close #1880

Previous `Component` type is now exported as `ConcreteComponent`.

This introduces a minor breaking change when calling `h(comp, { ... })`
will now fail if `comp` is a of generic `Component` type, since it does
not specify what props it expects.
2020-08-19 16:19:25 -04:00
..
BaseTransition.spec.ts fix(transition): fix appear hooks handling 2020-06-25 16:02:28 -04:00
KeepAlive.spec.ts fix(keep-alive): fix activated hook invocation on nested components (#1743) 2020-08-06 09:42:52 -04:00
Suspense.spec.ts refactor(types): widen Component type to include consutructor types 2020-08-19 16:19:25 -04:00
Teleport.spec.ts fix(runtime-core): use correct container for moving Teleport content (#1703) 2020-07-28 11:23:39 -04:00