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
whitespace
Browse Source
pull/4294/head
Conduitry
6 years ago
parent
384edbfd66
commit
cc41d8834f
1 changed files
with
2 additions
and
2 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
test/runtime/samples/component-slot-nested-if/main.svelte
Unescape
Escape
View File
@ -4,7 +4,7 @@
<
/
script
>
<
Input
let:val
=
{
foo
}
>
{
#if
foo
}
{
#if
foo
}
<
Display
>
{
foo
}
</
Display
>
{
/if
}
{
/if
}
<
/
Input
>
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
msb-public/svelte
Title
Body
Create Issue