From a472883800c61c35915d9ef95986dde855d9670f Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Thu, 19 Sep 2024 17:10:02 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E7=A9=BA?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/directive/v-bind/v-bind-composition.uvue | 1 - pages/directive/v-bind/v-bind-options.uvue | 1 - 2 files changed, 2 deletions(-) diff --git a/pages/directive/v-bind/v-bind-composition.uvue b/pages/directive/v-bind/v-bind-composition.uvue index 3a9cc74..5e8e862 100644 --- a/pages/directive/v-bind/v-bind-composition.uvue +++ b/pages/directive/v-bind/v-bind-composition.uvue @@ -73,6 +73,5 @@ background-color: v-bind(dataInfo.vBindClassBackgroundColor); height: v-bind(dataInfo.vBindClassRpxHeight); } - /* #endif */ \ No newline at end of file diff --git a/pages/directive/v-bind/v-bind-options.uvue b/pages/directive/v-bind/v-bind-options.uvue index aeb9dad..29f7a97 100644 --- a/pages/directive/v-bind/v-bind-options.uvue +++ b/pages/directive/v-bind/v-bind-options.uvue @@ -72,6 +72,5 @@ background-color: v-bind(dataInfo.vBindClassBackgroundColor); height: v-bind(dataInfo.vBindClassRpxHeight); } - /* #endif */ \ No newline at end of file -- GitLab