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
df2164df78
svelte
/
test
/
server-side-rendering
/
samples
/
if-block-true
/
main.svelte
8 lines
73 B
Raw
Normal View
History
Unescape
Escape
update runtime and ssr tests
6 years ago
<
script
>
export let foo;
<
/
script
>
SSR tests
7 years ago
{
#if
foo
}
add SSR tests
8 years ago
<
p
>
foo is true
<
/
p
>
SSR tests
7 years ago
{
/if
}