vue3-core/packages/compiler-ssr/src/transforms
edison 4f8d807822
fix(ssr): handle initial selected state for select with v-model + v-for option (#12399)
close #12395
2024-11-15 22:32:39 +08:00
..
ssrInjectCssVars.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
ssrInjectFallthroughAttrs.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
ssrTransformComponent.ts refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
ssrTransformElement.ts fix(ssr): ensure v-text updates correctly with custom directives in SSR output (#12311) 2024-11-15 22:02:50 +08:00
ssrTransformSlotOutlet.ts refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
ssrTransformSuspense.ts refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
ssrTransformTeleport.ts refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
ssrTransformTransition.ts refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
ssrTransformTransitionGroup.ts refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
ssrVFor.ts refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
ssrVIf.ts fix(ssr): don't render comments in TransitionGroup (#11961) 2024-09-20 16:46:45 +08:00
ssrVModel.ts fix(ssr): handle initial selected state for select with v-model + v-for option (#12399) 2024-11-15 22:32:39 +08:00
ssrVShow.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00