Skip to content

Commit 6af84c7

Browse files
authored
fix: tabs wechat error (#1340)
1 parent aee30d5 commit 6af84c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Tabs/index.axml

+4
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,14 @@
178178
</scroll-view>
179179
</view>
180180
<view class="ant-vtabs-content">
181+
<!-- #if ALIPAY -->
181182
<slot
182183
value="{{ items[mixin.value] }}"
183184
index="{{ mixin.value }}">
185+
<!-- #endif -->
184186
{{ items[mixin.value].content }}
187+
<!-- #if ALIPAY -->
185188
</slot>
189+
<!-- #endif -->
186190
</view>
187191
</view>

0 commit comments

Comments
 (0)