Evan You 03e26845e2 fix(sfc): fix `<script setup>` async context preservation logic 5 年之前
..
components ab6e927041 fix(Suspense): emit initial fallback and pending events (#3965) 5 年之前
helpers abd129d845 fix(component): prioritize registered component over implicit self-reference via filename 5 年之前
apiAsyncComponent.spec.ts 7562e72c2b fix(runtime-core): fix async component ref handling (#3191) 5 年之前
apiCreateApp.spec.ts c27f01bc74 wip: tests for global config compat 5 年之前
apiExpose.spec.ts 12cf9f4ea1 fix(runtime-core): fix instance accessed via $parent chain when using expose() (#4048) 5 年之前
apiInject.spec.ts db1dc1c630 fix(runtime-core): bind default function of inject to instance (#3925) 5 年之前
apiLifecycle.spec.ts 7454e2a52b build(deps): upgrade to TypeScript 4 5 年之前
apiOptions.spec.ts 9b607fe409 fix(watch): fix watch option merging from mixins 5 年之前
apiSetupContext.spec.ts ec4a4c1e06 refactor(runtime-core): refactor props resolution 6 年之前
apiSetupHelpers.spec.ts 03e26845e2 fix(sfc): fix `<script setup>` async context preservation logic 5 年之前
apiTemplateRef.spec.ts 612eb6712a fix(runtime-core/refs): handle multiple merged refs for dynamic component with vnode 5 年之前
apiWatch.spec.ts 1526f94edf fix(watch): should not leak this context to setup watch getters 5 年之前
componentEmits.spec.ts 011dee8644 fix(runtime-core): fix multiple .once event handlers on same component (#3904) 5 年之前
componentProps.spec.ts 0255be2f4b fix(runtime-core): avoid double-setting props when casting 5 年之前
componentPublicInstance.spec.ts 3e815be24e wip: fix tests 5 年之前
componentSlots.spec.ts 1b8f14ee76 wip: more compat progress 5 年之前
directives.spec.ts ff50e8d78c fix(runtime-core): should disable tracking inside directive lifecycle hooks (#3699) 5 年之前
errorHandling.spec.ts eb1fae63f9 fix(runtime-core): handle error in async watchEffect (#3129) 5 年之前
h.spec.ts 54d06ec495 feat(runtime-core): support variadic children in `h` for simple JSX compat 5 年之前
hmr.spec.ts 9cb21d088e fix(Teleport): fallback to non-optimized mode when HRM performing updates (#3311) 5 年之前
hydration.spec.ts 34d4991dd5 fix(ssr): properly hydrate non-string value bindings 5 年之前
misc.spec.ts d901b6bea8 refactor(reactivity): use more efficient reactive checks 6 年之前
rendererAttrsFallthrough.spec.ts d6607c9864 fix(runtime-core): fix resolving inheritAttrs from mixins (#3742) 5 年之前
rendererChildren.spec.ts 5c74243211 test: move mockWarn into setup files 5 年之前
rendererComponent.spec.ts 32e21333dd fix(runtime-core): stricter compat root mount check 5 年之前
rendererElement.spec.ts e12ddd96ba test(runtime-core/renderer): tests for rendering elements (#699) 6 年之前
rendererFragment.spec.ts a32870a8f6 fix: inherit `el` for static nodes inside keyed `template` fragment (#2089) 5 年之前
rendererOptimizedMode.spec.ts 5bce2ae723 fix(runtime-core): fix fragment update inside de-opt slots 5 年之前
scheduler.spec.ts 03a7a73148 fix(reactivity): ensure computed always expose value 5 年之前
scopeId.spec.ts 37c17091fd fix: ensure backwards compat for pre-compiled sfc components 5 年之前
vnode.spec.ts aea88c3280 refactor: fix implementation of SFC :slotted id handling 5 年之前
vnodeHooks.spec.ts 811f28a7d1 test(runtime-core): tests for vnode hooks 6 年之前