From 56eb1a084c57de17a0d590ddf86be1e7df4af2f6 Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Wed, 27 Aug 2025 17:29:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(about):=20=E6=B7=BB=E5=8A=A0v-bind=20css?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E6=B5=8B=E8=AF=95=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在about页面添加测试v-bind css变量的功能,用于验证动态样式绑定的可行性 --- src/pages/about/about.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/pages/about/about.vue b/src/pages/about/about.vue index 0ff0f4e..80e0194 100644 --- a/src/pages/about/about.vue +++ b/src/pages/about/about.vue @@ -73,6 +73,8 @@ onReady(() => { onShow(() => { console.log('onShow uniKuRoot exposeRef', uniKuRoot.value?.exposeRef) }) + +const testBindCssVariable = ref('red')