mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-30 00:46:29 +01:00
8 lines
101 B
Svelte
8 lines
101 B
Svelte
<script>
|
|
import hoistable_foo from '';
|
|
let foo;
|
|
</script>
|
|
|
|
<div use:hoistable_foo/>
|
|
<div use:foo/>
|