<wxs src="../wxs/utils.wxs" module="utils" />
<wxs src="./index.wxs" module="computed" />

<view
  class="{{ border ? 'aio-hairline--top-bottom' : '' }} {{ utils.bem('tabbar', { fixed, safe: safeAreaInsetBottom }) }} aio-class"
  style="{{ computed.customStyle({ zIndex, backColor }) }}"
>
  <slot />
</view>

<view wx:if="{{ fixed && placeholder }}" style="height: {{ height }}px;"></view>
