Plan stuff. Log stuff.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
194 B

4 years ago
  1. <script>
  2. import modal from "../stores/modal";
  3. export let component;
  4. export let name;
  5. </script>
  6. {#if (name === $modal.name)}
  7. <svelte:component this={component} {...$modal.data} />
  8. {/if}