diff --git a/pages/directive/v-bind/v-bind-composition.uvue b/pages/directive/v-bind/v-bind-composition.uvue index 3a9cc7438aabb51c4cc54d4f3f146b7274c3c75c..5e8e862897eb797e15011eb7705acfc8555d2131 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 aeb9dad5baff2794c89af6edb258cfb87b542d54..29f7a97cf1d5fda90483fab6193ebd9cb698284e 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