Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix(Demo-Tabs): 更正一处文案错误“上限三字” #2801

Merged
merged 1 commit into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -89,7 +89,7 @@ exports[`Tabs Tabs base demo works fine 1`] = `
value="3"
/>
<t-tab-panel
label="上限三字"
label="上限四字"
value="4"
/>
</t-tabs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ exports[`Tabs Tabs base demo works fine 1`] = `
value="3"
/>
<t-tab-panel
label="上限三字"
label="上限四字"
value="4"
/>
</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 @@ -29,5 +29,5 @@
<t-tab-panel label="选项" value="1" />
<t-tab-panel label="选项" value="2" />
<t-tab-panel label="选项" value="3" />
<t-tab-panel label="上限三字" value="4" />
<t-tab-panel label="上限四字" value="4" />
</t-tabs>
Loading