vue3-yuanma/packages
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
..
compiler-core chore: fix typo for babelParserDefautPlugins (#1897) 2020-08-19 09:53:09 -04:00
compiler-dom chore: fix typo for babelParserDefautPlugins (#1897) 2020-08-19 09:53:09 -04:00
compiler-sfc chore: fix typo for babelParserDefautPlugins (#1897) 2020-08-19 09:53:09 -04:00
compiler-ssr release: v3.0.0-rc.5 2020-07-28 17:42:05 -04:00
reactivity types(reactivity): improve typings for shallowRef (#1780) 2020-08-18 23:34:29 -04:00
runtime-core refactor(types): widen Component type to include consutructor types 2020-08-19 16:19:25 -04:00
runtime-dom chore(runtime-dom): remove deprecated tags from jsx typing (#1627) 2020-08-18 11:43:14 -04:00
runtime-test release: v3.0.0-rc.5 2020-07-28 17:42:05 -04:00
server-renderer release: v3.0.0-rc.5 2020-07-28 17:42:05 -04:00
shared chore: fix typo for babelParserDefautPlugins (#1897) 2020-08-19 09:53:09 -04:00
size-check release: v3.0.0-rc.5 2020-07-28 17:42:05 -04:00
template-explorer release: v3.0.0-rc.5 2020-07-28 17:42:05 -04:00
vue fix(teleport): always inherit root DOM nodes on patch (#1836) 2020-08-14 17:26:32 -04:00
global.d.ts test: move mockWarn into setup files 2020-07-27 22:58:51 -04:00