style: 运行 format 格式化代码
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
"t-tab-bar": "tdesign-miniprogram/tab-bar/tab-bar",
|
||||
"t-tab-bar-item": "tdesign-miniprogram/tab-bar-item/tab-bar-item"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
/* custom-tab-bar/index.wxss */
|
||||
/* custom-tab-bar/index.wxss */
|
||||
|
||||
@@ -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