vue3-core/packages/runtime-core/src
Evan You c1d5928f3b fix(types): accept generic Component type in h()
fix #922
2020-04-04 13:29:29 -04:00
..
components refactor: rename `<portal>` to `<teleport>` 2020-04-01 21:55:19 -04:00
helpers feat(runtime-core): failed component resolution should fallback to native element 2020-03-25 15:08:15 -04:00
apiAsyncComponent.ts refactor(runtime-core): remove the need for currentSuspense 2020-03-30 11:49:51 -04:00
apiComputed.ts refactor: use explicit exports for runtime-core 2020-02-14 00:13:54 -05:00
apiCreateApp.ts refactor(runtime-core): extract component emit related logic into dedicated file 2020-04-03 19:08:17 -04:00
apiDefineComponent.ts refactor(runtime-core): extract component emit related logic into dedicated file 2020-04-03 19:08:17 -04:00
apiInject.ts fix(inject): allow default value to be `undefined` (#894) 2020-03-30 15:24:55 -04:00
apiLifecycle.ts types(runtime-core): update error type to unknown (#798) 2020-03-09 15:58:52 -04:00
apiWatch.ts refactor(runtime-core): remove the need for currentSuspense 2020-03-30 11:49:51 -04:00
component.ts refactor(runtime-core): extract component emit related logic into dedicated file 2020-04-03 19:08:17 -04:00
componentEmits.ts feat(runtime-core): emits validation and warnings 2020-04-03 20:40:34 -04:00
componentOptions.ts feat(runtime-core): emits validation and warnings 2020-04-03 20:40:34 -04:00
componentProps.ts feat(runtime-core): emits validation and warnings 2020-04-03 20:40:34 -04:00
componentProxy.ts refactor(runtime-core): extract component emit related logic into dedicated file 2020-04-03 19:08:17 -04:00
componentRenderUtils.ts fix(runtime-core): support attr merging on child with root level comments 2020-04-03 21:37:58 -04:00
componentSlots.ts refactor: remove null comparisons 2020-03-18 18:14:51 -04:00
directives.ts types: improve directive hook argument types 2020-03-18 12:30:26 -04:00
errorHandling.ts feat(runtime-core): async component support 2020-03-21 16:01:08 -04:00
h.ts fix(types): accept generic Component type in h() 2020-04-04 13:29:29 -04:00
hmr.ts feat(hmr): root instance reload 2019-12-22 12:25:04 -05:00
hydration.ts refactor: rename `<portal>` to `<teleport>` 2020-04-01 21:55:19 -04:00
index.ts refactor(runtime-core): extract component emit related logic into dedicated file 2020-04-03 19:08:17 -04:00
profiling.ts chore: remove debugger 2020-04-03 09:21:21 -04:00
renderer.ts feat(runtime-core): type and attr fallthrough support for emits option 2020-04-03 12:05:52 -04:00
scheduler.ts fix(runtime-core/scheduler): invalidate job (#717) 2020-02-11 07:30:25 -05:00
vnode.ts refactor: rename `<portal>` to `<teleport>` 2020-04-01 21:55:19 -04:00
warning.ts feat(runtime-core): config.performance tracing support 2020-04-01 21:36:50 -04:00