first add files
This commit is contained in:
1
ProjectLiaisonForm/pages/tabs/theme/index.js
Normal file
1
ProjectLiaisonForm/pages/tabs/theme/index.js
Normal file
@@ -0,0 +1 @@
|
||||
Component({});
|
||||
7
ProjectLiaisonForm/pages/tabs/theme/index.json
Normal file
7
ProjectLiaisonForm/pages/tabs/theme/index.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {
|
||||
"t-tabs": "tdesign-miniprogram/tabs/tabs",
|
||||
"t-tab-panel": "tdesign-miniprogram/tab-panel/tab-panel"
|
||||
}
|
||||
}
|
||||
9
ProjectLiaisonForm/pages/tabs/theme/index.wxml
Normal file
9
ProjectLiaisonForm/pages/tabs/theme/index.wxml
Normal file
@@ -0,0 +1,9 @@
|
||||
<t-tabs defaultValue="{{0}}" theme="tag">
|
||||
<t-tab-panel wx:for="{{4}}" wx:key="index" label="选项" value="{{index}}" />
|
||||
</t-tabs>
|
||||
|
||||
<view style="height: 16px" />
|
||||
|
||||
<t-tabs defaultValue="{{0}}" theme="card">
|
||||
<t-tab-panel wx:for="{{4}}" wx:key="index" label="选项" value="{{index}}" />
|
||||
</t-tabs>
|
||||
0
ProjectLiaisonForm/pages/tabs/theme/index.wxss
Normal file
0
ProjectLiaisonForm/pages/tabs/theme/index.wxss
Normal file
Reference in New Issue
Block a user