mirror of https://github.com/sveltejs/svelte
parent
9e9acace2e
commit
4af8b4cf16
@ -1,9 +1,9 @@
|
|||||||
<script>
|
<script>
|
||||||
import { onMount } from 'svelte';
|
import { onMount } from 'svelte';
|
||||||
let e;
|
let e;
|
||||||
onMount(() => {
|
onMount(() => {
|
||||||
e.remove();
|
e.remove();
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div bind:this={e} />
|
<div bind:this={e} />
|
||||||
|
|||||||
Loading…
Reference in new issue