Skip to content

Instantly share code, notes, and snippets.

@penalosa
Last active March 23, 2021 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save penalosa/672717a939930392447b4d77349d3db7 to your computer and use it in GitHub Desktop.
Save penalosa/672717a939930392447b4d77349d3db7 to your computer and use it in GitHub Desktop.
<script>
import { Get } from "svelte-data-loading"
</script>
<Get load="/my/api" let:data>
{data}
</Get>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment