We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb980e7 commit ccf976aCopy full SHA for ccf976a
1 file changed
src/uni_modules/wot-design-uni/components/wd-tabs/wd-tabs.vue
@@ -104,7 +104,7 @@
104
</view>
105
106
<view class="wd-tabs__map-header" :style="`${state.mapShow ? '' : 'display:none;'} ${state.animating ? 'opacity:1;' : ''}`">
107
- {{ translate('all') }}
+ {{ mapTitle || translate('all') }}
108
109
<view :class="`wd-tabs__map-body ${state.animating ? 'is-open' : ''}`" :style="state.mapShow ? '' : 'display:none'">
110
<view class="wd-tabs__map-nav-item" v-for="(item, index) in children" :key="index" @click="handleSelect(index)">
0 commit comments