Skip to content

Commit efcdb5a

Browse files
committed
fix example
1 parent afacd7f commit efcdb5a

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/components/Example.jsx

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,10 @@ const otherFontTheme = {
1313
userFontColor: '#4a4a4a',
1414
};
1515

16-
const Test = () =>
17-
<div>Hello</div>;
18-
1916
const steps = [
2017
{
2118
id: '1',
2219
message: 'Hello World',
23-
delay: 1000,
24-
trigger: '2',
25-
},
26-
{
27-
id: '2',
28-
options: [
29-
{ value: 'a', label: 'aaa', trigger: '3' },
30-
],
31-
},
32-
{
33-
id: '3',
34-
component: <Test />,
35-
// asMessage: true,
36-
// delay: 0,
3720
end: true,
3821
},
3922
];

0 commit comments

Comments
 (0)