style: 运行 format 格式化代码
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
<!--custom-tab-bar/index.wxml-->
|
||||
<t-tab-bar t-class="t-tab-bar" value="{{value}}" bindchange="onChange" fixed="{{false}}" split="{{false}}">
|
||||
<t-tab-bar
|
||||
t-class="t-tab-bar"
|
||||
value="{{value}}"
|
||||
bindchange="onChange"
|
||||
fixed="{{false}}"
|
||||
split="{{false}}"
|
||||
>
|
||||
<t-tab-bar-item wx:for="{{list}}" wx:key="value" value="{{item.value}}" icon="{{item.icon}}">
|
||||
{{item.label}}
|
||||
</t-tab-bar-item>
|
||||
</t-tab-bar>
|
||||
</t-tab-bar>
|
||||
|
||||
Reference in New Issue
Block a user