This website works better with JavaScript.
欢迎来到马士兵代码仓库
Sign In
msb-public
/
svelte
mirror of
https://github.com/sveltejs/svelte
Watch
1
Star
0
Code
Issues
Projects
Releases
Wiki
Activity
make test fail
Browse Source
pull/16623/head
Rich Harris
3 weeks ago
parent
f89e3557ee
commit
12ceae113d
1 changed files
with
3 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
4
packages/svelte/tests/runtime-runes/samples/effect-loop-3/Child.svelte
Unescape
Escape
View File
@ -8,4 +8,6 @@
});
});
<
/
script
>
<
/
script
>
<
span
>
{
@render
children
()}
</
span
>
{
#if
inited
}
<
span
>
{
@render
children
()}
</
span
>
{
/if
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
msb-public/svelte
Title
Body
Create Issue