We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0072284 commit 32d4b17Copy full SHA for 32d4b17
src/toast/_example/skyline/toast.wxml
@@ -10,7 +10,7 @@
10
<t-demo title="02 组件状态" desc="内置主题">
11
<theme />
12
</t-demo>
13
- <t-demo title="03 显示遮罩" desc="弹窗可现实遮罩,禁止滑动和点击">
+ <t-demo title="03 显示遮罩" desc="弹窗可显示遮罩,禁止滑动和点击">
14
<cover />
15
16
<t-demo title="04 手动关闭" desc="手动关闭轻提示">
src/toast/_example/toast.wxml
@@ -8,7 +8,7 @@
8
9
<theme class="box" />
<cover class="box" />
0 commit comments