Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd4ef7c9

Browse files
authored
1 parent187622b commitd4ef7c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/routes/tutorial/[slug]/+page.svelte‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,9 @@
413413
/>
414414
415415
<divclass="content">
416-
<iframe bind:this={iframe} title="Output"/>
416+
{#if browser}
417+
<iframe bind:this={iframe} title="Output"/>
418+
{/if}
417419
418420
{#if loading|| error}
419421
<Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp