@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.
@@ -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="pre-content" />
7
+ <slot name="left" />
8
8
  <slot />
9
- <slot name="after-content" />
9
+ <slot name="right" />
10
10
  </view>
11
11
 
12
12
  <view wx:if="{{ fixed && placeholder }}" style="height: {{ height }}px;"></view>
@@ -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="pre-content" />
7
+ <slot name="left" />
8
8
  <slot />
9
- <slot name="after-content" />
9
+ <slot name="right" />
10
10
  </view>
11
11
 
12
12
  <view wx:if="{{ fixed && placeholder }}" style="height: {{ height }}px;"></view>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-miniapp/smart-ui",
3
- "version": "2.1.11-beta-5",
3
+ "version": "2.1.11-beta-6",
4
4
  "author": "MiniApp Team",
5
5
  "license": "MIT",
6
6
  "miniprogram": "lib",