]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
feat(runtime-vapor): support `v-bind()` in CSS (#12621)
authoredison <daiwei521@126.com>
Thu, 20 Nov 2025 13:07:32 +0000 (21:07 +0800)
committerGitHub <noreply@github.com>
Thu, 20 Nov 2025 13:07:32 +0000 (21:07 +0800)
commitb9dca57c205be99d08690ab24d3c5420ec166f85
treea47625b304185aecac69d26087df8d09f1c80b6a
parent3a2cd69871c1b564526a2d0255e2e3b1a458394b
feat(runtime-vapor): support `v-bind()` in CSS (#12621)
14 files changed:
packages/compiler-sfc/src/compileScript.ts
packages/compiler-sfc/src/style/cssVars.ts
packages/runtime-core/src/component.ts
packages/runtime-dom/src/helpers/useCssVars.ts
packages/runtime-dom/src/index.ts
packages/runtime-vapor/__tests__/helpers/useCssVars.spec.ts [new file with mode: 0644]
packages/runtime-vapor/__tests__/hydration.spec.ts
packages/runtime-vapor/src/apiCreateFor.ts
packages/runtime-vapor/src/components/Teleport.ts
packages/runtime-vapor/src/dom/prop.ts
packages/runtime-vapor/src/fragment.ts
packages/runtime-vapor/src/helpers/useCssVars.ts [new file with mode: 0644]
packages/runtime-vapor/src/index.ts
packages/runtime-vapor/src/vdomInterop.ts