Skip to content

Commit

Permalink
chore(toast): update toast demo text (#1543)
Browse files Browse the repository at this point in the history
  • Loading branch information
novlan1 authored Aug 26, 2024
1 parent cc2f8e1 commit fc0c326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/toast/__test__/__snapshots__/demo.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ exports[`Toast > Toast mobileVue demo works fine 1`] = `
<h2
class="tdesign-mobile-demo-block__title"
>
01 组件状态
02 组件状态
</h2>
<p
class="tdesign-mobile-demo-block__summary"
Expand Down
2 changes: 1 addition & 1 deletion src/toast/demos/mobile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<tdesign-demo-block title="01 组件类型" summary="基础提示">
<baseDemo />
</tdesign-demo-block>
<tdesign-demo-block title="01 组件状态" summary="内置主题">
<tdesign-demo-block title="02 组件状态" summary="内置主题">
<themeDemo />
</tdesign-demo-block>
<tdesign-demo-block title="03 显示遮罩" summary="弹窗可显示遮罩,禁止滑动和点击">
Expand Down

0 comments on commit fc0c326

Please sign in to comment.