File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -124,9 +124,17 @@ function App() {
124
124
</ >
125
125
) }
126
126
{ type === "example" && (
127
- < ExampleContent className = "border-color h-[calc(100vh-60px-32px)] w-full overflow-hidden rounded-md border" />
127
+ < >
128
+ < ExampleContent className = "border-color h-[calc(100vh-60px-32px)] w-full overflow-hidden rounded-md border" />
129
+ < DevTool />
130
+ </ >
131
+ ) }
132
+ { type === "try" && (
133
+ < >
134
+ < PlayGround />
135
+ < DevTool />
136
+ </ >
128
137
) }
129
- { type === "try" && < PlayGround /> }
130
138
</ AppShell . Main >
131
139
</ AppShell >
132
140
) ;
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ async function init() {
19
19
if ( typeof getFunc ( ) === "function" ) {
20
20
getFunc ( ) ( src ) ;
21
21
} else {
22
- await loadScript ( `${ src } /bundle/iframe .js` ) ;
22
+ await loadScript ( `${ src } /bundle/hook .js` ) ;
23
23
await init ( ) ;
24
24
}
25
25
}
You can’t perform that action at this time.
0 commit comments