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