@tuya-miniapp/smart-ui 2.1.11-beta-5 → 2.1.11-beta-6
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/tabbar/index.wxml +2 -2
- package/lib/tabbar/index.wxml +2 -2
- package/package.json +1 -1
package/dist/tabbar/index.wxml
CHANGED
@@ -4,9 +4,9 @@
|
|
4
4
|
class="{{ utils.bem('tabbar', { border: true }) }} {{ utils.bem('tabbar', { fixed, safe: safeAreaInsetBottom }) }} custom-class"
|
5
5
|
style="{{ zIndex ? 'z-index: ' + zIndex : '' }}"
|
6
6
|
>
|
7
|
-
<slot name="
|
7
|
+
<slot name="left" />
|
8
8
|
<slot />
|
9
|
-
<slot name="
|
9
|
+
<slot name="right" />
|
10
10
|
</view>
|
11
11
|
|
12
12
|
<view wx:if="{{ fixed && placeholder }}" style="height: {{ height }}px;"></view>
|
package/lib/tabbar/index.wxml
CHANGED
@@ -4,9 +4,9 @@
|
|
4
4
|
class="{{ utils.bem('tabbar', { border: true }) }} {{ utils.bem('tabbar', { fixed, safe: safeAreaInsetBottom }) }} custom-class"
|
5
5
|
style="{{ zIndex ? 'z-index: ' + zIndex : '' }}"
|
6
6
|
>
|
7
|
-
<slot name="
|
7
|
+
<slot name="left" />
|
8
8
|
<slot />
|
9
|
-
<slot name="
|
9
|
+
<slot name="right" />
|
10
10
|
</view>
|
11
11
|
|
12
12
|
<view wx:if="{{ fixed && placeholder }}" style="height: {{ height }}px;"></view>
|