Skip to content

Commit

Permalink
fix: tabs wechat error (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayhomie authored Dec 17, 2024
1 parent aee30d5 commit 6af84c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Tabs/index.axml
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,14 @@
</scroll-view>
</view>
<view class="ant-vtabs-content">
<!-- #if ALIPAY -->
<slot
value="{{ items[mixin.value] }}"
index="{{ mixin.value }}">
<!-- #endif -->
{{ items[mixin.value].content }}
<!-- #if ALIPAY -->
</slot>
<!-- #endif -->
</view>
</view>

0 comments on commit 6af84c7

Please sign in to comment.