vue3-yuanma/packages/runtime-core/src
2021-06-07 11:04:41 -04:00
..
compat fix(compat): revert private properties on $options in comapt mode 2021-06-07 11:04:41 -04:00
components fix(transition): fix higher order transition components with merged listeners 2021-05-28 15:42:08 -04:00
helpers fix(runtime-core): align option merge behavior with Vue 2 2021-06-02 15:19:56 -04:00
apiAsyncComponent.ts fix(keep-alive): include/exclude should work with async component (#3531) 2021-05-25 10:50:00 -04:00
apiComputed.ts refactor: use explicit exports for runtime-core 2020-02-14 00:13:54 -05:00
apiCreateApp.ts perf: avoid deopt for props/emits normalization when global mixins are used 2021-06-02 15:22:52 -04:00
apiDefineComponent.ts fix(types): avoid DefineComponent defaulting to any 2020-09-22 10:02:19 -04:00
apiInject.ts refactor: fix implementation of SFC :slotted id handling 2021-03-05 18:28:12 -05:00
apiLifecycle.ts feat: onServerPrefetch (#3070) 2021-05-07 12:00:52 -04:00
apiSetupHelpers.ts test: tests for script setup helpers 2020-11-26 10:01:36 -05:00
apiWatch.ts fix(watch): avoid traversing objects that are marked non-reactive 2021-06-02 15:51:27 -04:00
component.ts perf: avoid deopt for props/emits normalization when global mixins are used 2021-06-02 15:22:52 -04:00
componentEmits.ts perf: avoid deopt for props/emits normalization when global mixins are used 2021-06-02 15:22:52 -04:00
componentOptions.ts perf: avoid deopt for props/emits normalization when global mixins are used 2021-06-02 15:22:52 -04:00
componentProps.ts perf: avoid deopt for props/emits normalization when global mixins are used 2021-06-02 15:22:52 -04:00
componentPublicInstance.ts refactor: adjust component options merge cache strategy 2021-06-02 10:42:52 -04:00
componentRenderContext.ts fix(runtime-core): should not track dynamic children when the user calls a compiled slot inside template expression (#3554) 2021-05-25 13:33:41 -04:00
componentRenderUtils.ts fix(runtime-core): fix resolving inheritAttrs from mixins (#3742) 2021-05-27 21:53:41 -04:00
componentSlots.ts fix(runtime-core): should not track dynamic children when the user calls a compiled slot inside template expression (#3554) 2021-05-25 13:33:41 -04:00
customFormatter.ts fix: allow hmr in all builds 2020-11-27 10:36:09 -05:00
devtools.ts feat(devtools): performance events 2021-05-19 20:48:35 +02:00
directives.ts fix(runtime-core): should disable tracking inside directive lifecycle hooks (#3699) 2021-05-27 16:53:19 -04:00
errorHandling.ts fix(runtime-core): make errorCaptured return value handling consistent with Vue 2 (#2289) 2020-10-05 17:37:26 -04:00
featureFlags.ts chore: update link for the feature flag warning [ci skip] 2020-07-21 10:26:16 -04:00
h.ts fix(types/tsx): make JSX.Element extend VNode (#3171) 2021-03-29 17:38:25 -04:00
hmr.ts fix(hmr): don't remove __file key from component type 2021-05-06 14:21:54 +02:00
hydration.ts fix(ssr): handle hydrated async component unmounted before resolve 2021-05-26 15:26:18 -04:00
index.ts feat: onServerPrefetch (#3070) 2021-05-07 12:00:52 -04:00
profiling.ts feat(devtools): performance events 2021-05-19 20:48:35 +02:00
renderer.ts fix(runtime-core): fix fragment update inside de-opt slots 2021-06-04 18:03:40 -04:00
scheduler.ts fix(reactivity): ensure computed always expose value 2021-05-27 20:53:21 -04:00
vnode.ts fix(runtime-core): stricter compat root mount check 2021-05-27 20:47:46 -04:00
warning.ts wip: data option compat 2021-04-07 16:19:24 -04:00