Evan You 5a7a1b8293 fix(hmr): deep clone reused hoisted trees during dev 5 years ago
..
components bd1240c127 feat: remove useless option in KeepAlive (#3170) 5 years ago
helpers 310cb8cfab chore: fix useSSRContext casing in warning message 5 years ago
apiAsyncComponent.ts 3efa2aff13 chore(runtime-core): remove unnecessary variables (#2680) 5 years ago
apiComputed.ts 112d8f7d86 refactor: use explicit exports for runtime-core 6 years ago
apiCreateApp.ts 18b0c9a011 docs(type): remove unmount parameters (#2601) 5 years ago
apiDefineComponent.ts 6aa2256913 fix(types): avoid DefineComponent defaulting to any 5 years ago
apiInject.ts 7a1a782642 fix(provide): support symbols in applyOptions (#2616) 5 years ago
apiLifecycle.ts 052a621762 feat(compile-core): handle falsy dynamic args for v-on and v-bind (#2393) 5 years ago
apiSetupHelpers.ts 426a6c996e test: tests for script setup helpers 5 years ago
apiWatch.ts ec8fd10cec fix(runtime-core): instanceWatch should pass `this.proxy` to source as the first argument (#2753) 5 years ago
component.ts f43a3b0beb fix(runtime-core): align $parent/$root with the template ref when using expose (#3158) 5 years ago
componentEmits.ts 3532b2b021 fix(runtime-core): fix emit listener check on kebab-case events (#2542) 5 years ago
componentOptions.ts 2587f36fe3 fix(runtime-core): component methods should override global properties in DEV (#3074) 5 years ago
componentProps.ts 48f0d2944f fix(types): extract the correct props type for the DateConstructor (#2676) 5 years ago
componentPublicInstance.ts f43a3b0beb fix(runtime-core): align $parent/$root with the template ref when using expose (#3158) 5 years ago
componentRenderUtils.ts 347a8798a4 fix(runtime-core): check the DEV_ROOT_FRAGMENT flag correctly in the dev environment (#2750) 5 years ago
componentSlots.ts aab99abd28 fix(slots): properly force update on forwarded slots 6 years ago
customFormatter.ts 46d80f4d58 fix: allow hmr in all builds 5 years ago
devtools.ts 3626ff07fe feat(devtools): send instance 5 years ago
directives.ts 11804fe93f feat(directives): introduce `created` custom directive hook and ensure 5 years ago
errorHandling.ts 4d20ac8173 fix(runtime-core): make errorCaptured return value handling consistent with Vue 2 (#2289) 5 years ago
featureFlags.ts fb8e83f0c2 chore: update link for the feature flag warning [ci skip] 6 years ago
h.ts 1f2a652a9d fix(types): h support for resolveComponent (#2402) 5 years ago
hmr.ts ee266af42a chore: typo "depdendency" (#2920) 5 years ago
hydration.ts 4307610c35 chore: fix setRef usage 5 years ago
index.ts 47d73c23e1 wip: defineOptions -> defineProps + defineEmit + useContext 5 years ago
profiling.ts 5453e791ae chore: fix types 6 years ago
renderer.ts 4fecb27f86 fix(devtools): send instance to devtools when it's mounted instead of created 5 years ago
scheduler.ts af9560455d fix(runtime-core): ensure scheduler queue is always non-null (#2567) 5 years ago
vnode.ts 5a7a1b8293 fix(hmr): deep clone reused hoisted trees during dev 5 years ago
warning.ts eb2ae44d94 refactor(types): widen `Component` type to include consutructor types 5 years ago