options first

pull/6213/head
Simon H 5 years ago committed by GitHub
parent 4b1c37900e
commit a878278e9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,3 +1,5 @@
<svelte:options immutable/>
<script> <script>
import { afterUpdate } from 'svelte'; import { afterUpdate } from 'svelte';
import flash from './flash.js'; import flash from './flash.js';
@ -12,8 +14,6 @@
}); });
</script> </script>
<svelte:options immutable/>
<!-- the text will flash red whenever <!-- the text will flash red whenever
the `todo` object changes --> the `todo` object changes -->
<div bind:this={div} on:click> <div bind:this={div} on:click>

Loading…
Cancel
Save