Vue3 API
包含
Core APICustom Renderer APIdevtools API等多类型API
useTemplateRef 解析
核心 API( Core API)
vue3 核心API,以 @runtime-core/index 为基准,包含
@vue/reactivity./apiComputed./apiWatch./apiLifecycle./apiInject./scheduler./apiDefineComponent./apiAsyncComponent./apiSetupHelpers./component./h./vnode./components/Teleport./components/Suspence./components/KeepAlive./component/BaseTransition./directives./helpers/useSsrContext等多个文件
自定义渲染器 API(Custom Renderer API)
./renderer./scheduler./warning./errorHandling./helpers/resolveAssets./component./components/BaseTransition./customFormatter
devtools API
./devtools
Nebula 的博客