From 3ccef9c532cf71a6825834ca4ff402acdbd90584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=BA=9A=E7=90=AA?= Date: Tue, 7 May 2024 13:01:25 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E5=A2=9E=E5=8A=A0css=20v-bind=20rpx?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/directive/v-bind/v-bind-css.uvue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/directive/v-bind/v-bind-css.uvue b/pages/directive/v-bind/v-bind-css.uvue index c538ed9..25773e0 100644 --- a/pages/directive/v-bind/v-bind-css.uvue +++ b/pages/directive/v-bind/v-bind-css.uvue @@ -8,7 +8,8 @@ export default { data() { return { - classBindColor: "#008000" + classBindColor: "#008000", + classBindHeight: "300rpx", } } } @@ -16,7 +17,7 @@ \ No newline at end of file -- GitLab