mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-06 09:08:51 +08:00
fix: 🐛 修复 Tabs 组件导航地图标题不生效的问题 (#869)
This commit is contained in:
parent
fb980e7d9b
commit
ccf976ad63
@ -104,7 +104,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="wd-tabs__map-header" :style="`${state.mapShow ? '' : 'display:none;'} ${state.animating ? 'opacity:1;' : ''}`">
|
||||
{{ translate('all') }}
|
||||
{{ mapTitle || translate('all') }}
|
||||
</view>
|
||||
<view :class="`wd-tabs__map-body ${state.animating ? 'is-open' : ''}`" :style="state.mapShow ? '' : 'display:none'">
|
||||
<view class="wd-tabs__map-nav-item" v-for="(item, index) in children" :key="index" @click="handleSelect(index)">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user