Skip to content

Commit

Permalink
docs(tabs): correct tabs example have same value (#2386)
Browse files Browse the repository at this point in the history
* docs(tabs): correct tabs have same value

* test(tabs): correct tabs have same value
  • Loading branch information
Xcyq authored Oct 18, 2023
1 parent 0655e18 commit 036a386
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/tabs/__test__/__snapshots__/demo.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ exports[`Tabs Tabs base demo works fine 1`] = `
/>
<t-tab-panel
label="上限四字"
value="2"
value="3"
/>
</t-tabs>
<t-tabs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ exports[`Tabs Tabs base demo works fine 1`] = `
/>
<t-tab-panel
label="上限四字"
value="2"
value="3"
/>
</t-tabs>
<t-tabs
Expand Down
2 changes: 1 addition & 1 deletion src/tabs/_example/base/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<t-tab-panel label="选项" value="0" />
<t-tab-panel label="选项" value="1" />
<t-tab-panel label="选项" value="2" />
<t-tab-panel label="上限四字" value="2" />
<t-tab-panel label="上限四字" value="3" />
</t-tabs>

<t-tabs
Expand Down

0 comments on commit 036a386

Please sign in to comment.