vue3-core/packages/runtime-vapor/src
Evan You 41c18ef272
wip: props handling
2024-12-02 20:35:45 +08:00
..
directives refactor(runtime-vapor): simplify directive mechanism (#278) 2024-11-13 08:41:02 +08:00
dom wip: save 2024-12-02 09:36:49 +08:00
helpers test(runtime-vapor): tidy custom directives test 2024-11-16 02:36:38 +08:00
apiCreateComponent.ts chore: revert temporarily commented lines 2024-12-01 17:25:25 +08:00
apiCreateComponentSimple.ts wip: props handling 2024-12-02 20:35:45 +08:00
apiCreateFor.ts perf(vapor): improve component instantiation by using class 2024-12-01 16:45:29 +08:00
apiCreateIf.ts refactor(runtime-vapor): re-organize block 2024-11-16 02:24:42 +08:00
apiCreateSelector.ts feat(runtime-vapor): createSelector (#279) 2024-09-22 02:30:21 +08:00
apiCreateVaporApp.ts perf(vapor): improve component instantiation by using class 2024-12-01 16:45:29 +08:00
apiDefineComponent.ts refactor(runtime-vapor): fix component type 2024-02-14 14:43:18 +08:00
apiInject.ts refactor: isolatedDeclarations for vapor 2024-08-09 17:00:27 +08:00
apiLifecycle.ts refactor: isolatedDeclarations for vapor 2024-08-09 17:00:27 +08:00
apiRender.ts wip: save 2024-12-02 09:36:49 +08:00
apiSetupHelpers.ts refactor(runtime-vapor): extract fallback component 2024-11-16 02:43:56 +08:00
apiWatch.ts Merge remote-tracking branch 'upstream/main' 2024-09-17 10:33:35 +08:00
block.ts perf(vapor): improve component instantiation by using class 2024-12-01 16:45:29 +08:00
component.ts wip: props handling 2024-12-02 20:35:45 +08:00
componentAttrs.ts fix(runtime-vapor): scope id for `v-if` 2024-11-15 01:21:30 +08:00
componentEmits.ts refactor: isolatedDeclarations for vapor 2024-08-09 17:00:27 +08:00
componentFallback.ts refactor(runtime-vapor): extract fallback component 2024-11-16 02:43:56 +08:00
componentLifecycle.ts chore: revert temporarily commented lines 2024-12-01 17:25:25 +08:00
componentMetadata.ts feat: `v-memo` for `v-for` (#276) 2024-09-19 15:40:20 +08:00
componentProps.ts wip: props handling 2024-12-02 20:35:45 +08:00
componentSlots.ts refactor(runtime-vapor): re-organize block 2024-11-16 02:24:42 +08:00
destructure.ts fix(vapor): destructure in `v-for` 2024-11-16 06:33:44 +08:00
devtools.ts refactor: isolatedDeclarations for vapor 2024-08-09 17:00:27 +08:00
directives.ts refactor(runtime-vapor): re-organize block 2024-11-16 02:24:42 +08:00
enums.ts fix(runtime-vapor): apiLifeCycle circular dependencies (#244) 2024-06-20 14:33:16 +08:00
errorHandling.ts Merge remote-tracking branch 'upstream/main' 2024-09-17 10:33:35 +08:00
index.ts wip: props handling 2024-12-02 20:35:45 +08:00
profiling.ts refactor: isolatedDeclarations for vapor 2024-08-09 17:00:27 +08:00
renderEffect.ts refactor(vapor): drop `v-memo` (#288) 2024-11-18 04:51:15 +08:00
scheduler.ts chore(runtime-vapor): add benchmark build flag 2024-09-29 01:55:00 +08:00
warning.ts refactor: isolatedDeclarations for vapor 2024-08-09 17:00:27 +08:00