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
f91ba51fc4
svelte
/
test
/
runtime
/
samples
/
component-slot-empty-b
/
main.svelte
7 lines
99 B
Raw
Blame
History
<
script
>
import
Nested
from
"./Nested.svelte"
;
<
/
script
>
<
Nested
>
<
input
slot
=
"slot1"
>
<
/
Nested
>
Reference in new issue
View Git Blame
Copy Permalink