vue3-yuanma/packages/runtime-core/src
2021-03-26 11:45:28 -04:00
..
components fix(Teleport): component with multi roots should be removed when unmounted (#3157) 2021-03-25 11:02:50 -04:00
helpers fix(component): prioritize registered component over implicit self-reference via filename 2021-03-26 10:04:36 -04:00
apiAsyncComponent.ts chore(runtime-core): remove unnecessary variables (#2680) 2021-02-05 20:06:50 +01:00
apiComputed.ts refactor: use explicit exports for runtime-core 2020-02-14 00:13:54 -05:00
apiCreateApp.ts fix(runtime-dom): support mounting app to svg container (#2929) 2021-03-01 11:51:32 -05: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(compile-core): handle falsy dynamic args for v-on and v-bind (#2393) 2020-10-19 17:15:53 -04:00
apiSetupHelpers.ts test: tests for script setup helpers 2020-11-26 10:01:36 -05:00
apiWatch.ts fix(ssr): watchEffect onInvalidate runner initialization (#3323) 2021-03-25 11:17:57 -04:00
component.ts fix(ssr): ensure async setup error handling work with suspense during ssr 2021-03-26 11:00:30 -04:00
componentEmits.ts fix(runtime-core): fix emit listener check on kebab-case events (#2542) 2020-11-27 15:24:29 -05:00
componentOptions.ts refactor: simplify lifecycle hook call logic 2021-03-25 16:48:51 -04:00
componentProps.ts fix(runtime-core): cache props default values to avoid unnecessary watcher trigger (#3474) 2021-03-25 17:26:58 -04:00
componentPublicInstance.ts fix(types): unwrap refs on public instance data (#3319) 2021-03-25 17:30:10 -04:00
componentRenderContext.ts refactor: fix implementation of SFC :slotted id handling 2021-03-05 18:28:12 -05:00
componentRenderUtils.ts fix(ssr): fix memory leak when vnode component render throws error 2021-03-25 18:04:21 -04:00
componentSlots.ts chore: fix types 2021-03-05 18:28:12 -05:00
customFormatter.ts fix: allow hmr in all builds 2020-11-27 10:36:09 -05:00
devtools.ts feat(devtools): send instance 2020-12-18 18:24:01 +01:00
directives.ts refactor: fix implementation of SFC :slotted id handling 2021-03-05 18:28:12 -05: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): h support for resolveComponent (#2402) 2020-10-20 15:56:29 -04:00
hmr.ts chore: typo "depdendency" (#2920) 2020-12-31 11:15:57 +01:00
hydration.ts fix(ssr/hydration): handle ending empty text node (#3246) 2021-03-26 11:45:28 -04:00
index.ts refactor: fix implementation of SFC :slotted id handling 2021-03-05 18:28:12 -05:00
profiling.ts chore: fix types 2020-06-26 10:07:07 -04:00
renderer.ts fix(runtime-core): the select tag's multiple prop should be set before the children mounting (#3202) 2021-03-25 16:49:34 -04:00
scheduler.ts fix(runtime-core): ensure only skip unflushed job (#3406) 2021-03-25 11:13:35 -04:00
vnode.ts refactor: fix implementation of SFC :slotted id handling 2021-03-05 18:28:12 -05:00
warning.ts refactor(types): widen Component type to include consutructor types 2020-08-19 16:19:25 -04:00