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>
import { afterUpdate } from 'svelte';
import flash from './flash.js';
@ -12,8 +14,6 @@
});
</script>
<svelte:options immutable/>
<!-- the text will flash red whenever
the `todo` object changes -->
<div bind:this={div} on:click>
@ -25,4 +25,4 @@
cursor: pointer;
line-height: 1.5;
}
</style>
</style>

Loading…
Cancel
Save