vue3-yuanma/packages/runtime-core/src
2021-02-09 08:00:32 +01:00
..
components feat: remove useless option in KeepAlive (#3170) 2021-02-09 07:58:53 +01:00
helpers chore: fix useSSRContext casing in warning message 2021-01-29 15:03:52 -05: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 docs(type): remove unmount parameters (#2601) 2021-02-03 19:09:59 +01:00
apiDefineComponent.ts fix(types): avoid DefineComponent defaulting to any 2020-09-22 10:02:19 -04:00
apiInject.ts fix(provide): support symbols in applyOptions (#2616) 2020-11-30 16:36:02 -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(runtime-core): instanceWatch should pass this.proxy to source as the first argument (#2753) 2021-02-09 08:00:32 +01:00
component.ts fix(runtime-core): align $parent/$root with the template ref when using expose (#3158) 2021-02-07 14:39:52 +01: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 fix(runtime-core): component methods should override global properties in DEV (#3074) 2021-02-05 19:52:40 +01:00
componentProps.ts fix(types): extract the correct props type for the DateConstructor (#2676) 2021-02-05 19:56:23 +01:00
componentPublicInstance.ts fix(runtime-core): align $parent/$root with the template ref when using expose (#3158) 2021-02-07 14:39:52 +01:00
componentRenderUtils.ts fix(runtime-core): check the DEV_ROOT_FRAGMENT flag correctly in the dev environment (#2750) 2021-02-05 19:54:59 +01:00
componentSlots.ts fix(slots): properly force update on forwarded slots 2020-07-15 20:12:49 -04: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 feat(directives): introduce created custom directive hook and ensure 2020-08-24 17:12:16 -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): 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 chore: fix setRef usage 2020-11-30 20:07:06 -05:00
index.ts wip: defineOptions -> defineProps + defineEmit + useContext 2020-11-24 19:04:21 -05:00
profiling.ts chore: fix types 2020-06-26 10:07:07 -04:00
renderer.ts fix(devtools): send instance to devtools when it's mounted instead of created 2021-01-29 16:48:37 +01:00
scheduler.ts fix(runtime-core): ensure scheduler queue is always non-null (#2567) 2020-11-09 09:19:32 -05:00
vnode.ts fix(async-component): forward refs on async component wrapper 2020-11-30 18:59:14 -05:00
warning.ts refactor(types): widen Component type to include consutructor types 2020-08-19 16:19:25 -04:00