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
11
Packages
Projects
Releases
Wiki
Activity
97aadd8290
vue3-core
/
packages
/
runtime-core
/
__tests__
History
三咲智子 (Kevin)
bbb66d7ac7
ci: check prettier format (
#6830
)
2022-10-28 09:39:34 +08:00
..
components
fix(keep-alive): fix unmounting late-included components
2022-05-12 11:52:54 +08:00
helpers
test(slots): ensure createSlots helper work with ssr slots (
#6660
)
2022-09-27 22:36:11 -04:00
apiAsyncComponent.spec.ts
fix(keep-alive): invoke initial activated hook for async components
2022-05-12 11:29:26 +08:00
apiCreateApp.spec.ts
chore: warn when mounting different apps on the same host element (
#5573
)
2022-05-12 21:09:18 -04:00
apiExpose.spec.ts
fix(runtime-core): `in` operator returning `false` for built-in instance properties in `exposeProxy` (
#6138
)
2022-10-26 05:54:10 -04:00
apiInject.spec.ts
…
apiLifecycle.spec.ts
fix(runtime-core): Lifecycle hooks should support callbacks shared by reference (
#6687
)
2022-09-26 22:18:22 -04:00
apiOptions.spec.ts
chore: format
2022-10-03 15:30:43 +08:00
apiSetupContext.spec.ts
chore: remove duplicated test + add missing prop decl
2022-05-28 16:17:19 +08:00
apiSetupHelpers.spec.ts
…
apiWatch.spec.ts
fix(runtime-core): watching multiple values - handle `undefined` as initial values (
fix
:
#5032
) (
#5033
)
2022-10-20 21:45:05 +02:00
componentEmits.spec.ts
ci: check prettier format (
#6830
)
2022-10-28 09:39:34 +08:00
componentProps.spec.ts
fix(runtime-core): ensure props definition objects are not mutated during props normalization (
close
:
#6915
) (
#6916
)
2022-10-22 11:20:02 +02:00
componentPublicInstance.spec.ts
chore: add no-debugger eslint rule (
#5906
)
2022-05-12 19:10:00 -04:00
componentSlots.spec.ts
…
directives.spec.ts
fix(runtime-core): ensure custom directive instance properly exposes properties on closed instances. (
#5022
)
2022-04-12 03:54:03 -04:00
errorHandling.spec.ts
chore: type [ci skip]
2022-05-09 22:51:51 -04:00
h.spec.ts
…
hmr.spec.ts
…
hydration.spec.ts
fix(ssr): fix hydration mismatch when entire multi-root template is stringified
2022-09-28 09:33:17 +08:00
misc.spec.ts
…
rendererAttrsFallthrough.spec.ts
…
rendererChildren.spec.ts
…
rendererComponent.spec.ts
…
rendererElement.spec.ts
…
rendererFragment.spec.ts
…
rendererOptimizedMode.spec.ts
chore: type [ci skip]
2022-05-09 22:51:51 -04:00
rendererTemplateRef.spec.ts
fix(runtime-core): fix v-for ref reactivity behavior difference between prod and dev (
#6714
)
2022-10-14 05:23:01 -04:00
scheduler.spec.ts
fix(runtime-core): avoid double firing when mounting inside a watcher callback
2022-09-08 09:59:51 +08:00
scopeId.spec.ts
…
vnode.spec.ts
fix(runtime-core): ensure that errors in slot function execution do not affect block tracking (
#5670
)
2022-10-14 04:08:32 -04:00
vnodeHooks.spec.ts
…