This website requires JavaScript.
Explore
Help
Sign In
root
/
vue3-core
mirror of
https://github.com/vuejs/core.git
Watch
1
Star
0
Fork
You've already forked vue3-core
0
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
b8b926cdee
vue3-core
/
packages
/
runtime-core
/
__tests__
History
edison
919c44744b
fix(slots): make cache indexes marker non-enumerable (
#13469
)
...
close
#13468
2025-06-18 20:53:48 +08:00
..
components
fix(teleport): handle deferred teleport updates before and after mount (
#13350
)
2025-05-20 08:27:54 +08:00
helpers
fix(runtime-core): respect immutability for readonly reactive arrays in `v-for` (
#13091
)
2025-05-02 02:55:24 -07:00
apiAsyncComponent.spec.ts
…
apiCreateApp.spec.ts
…
apiExpose.spec.ts
…
apiInject.spec.ts
…
apiLifecycle.spec.ts
…
apiOptions.spec.ts
…
apiSetupContext.spec.ts
…
apiSetupHelpers.spec.ts
…
apiWatch.bench.ts
…
apiWatch.spec.ts
chore: fix typos
2025-05-28 08:26:28 +08:00
componentEmits.spec.ts
…
componentProps.spec.ts
fix(runtime-core): fix required prop check false positive for kebab-case edge cases (
#12034
)
2024-10-11 11:02:58 +08:00
componentPublicInstance.spec.ts
…
componentSlots.spec.ts
fix(slots): make cache indexes marker non-enumerable (
#13469
)
2025-06-18 20:53:48 +08:00
directives.spec.ts
…
errorHandling.spec.ts
…
h.spec.ts
…
hmr.spec.ts
fix(hmr): reload async child wrapped in Suspense + KeepAlive (
#11907
)
2024-09-13 20:19:47 +08:00
hydration.spec.ts
fix(hydration): handle transition appear hydration edge case (
#13339
)
2025-05-20 08:28:43 +08:00
misc.spec.ts
…
rendererAttrsFallthrough.spec.ts
chore: improve `renderComponentRoot` warn message (
#10914
)
2024-10-14 10:14:32 +08:00
rendererChildren.spec.ts
fix(runtime-core): avoid rendering plain object as VNode (
#12038
)
2024-09-26 17:08:48 +08:00
rendererComponent.spec.ts
…
rendererElement.spec.ts
…
rendererFragment.spec.ts
…
rendererOptimizedMode.spec.ts
fix(suspense): handle edge case in patching list nodes within Suspense (
#13306
)
2025-05-16 08:32:55 +08:00
rendererTemplateRef.spec.ts
fix(runtime-core): unset old ref during patching when new ref is absent (
#12900
)
2025-06-05 10:19:48 +08:00
scheduler.spec.ts
fix(scheduler): job ordering when the post queue is flushing (
#12090
)
2024-10-03 23:21:31 +08:00
scopeId.spec.ts
…
vnode.spec.ts
fix(v-once): setting hasOnce to current block only when in v-once (
#12374
)
2024-11-14 14:53:55 +08:00
vnodeHooks.spec.ts
…