Voffset.svelte 71 B

1234
  1. <div style="margin-top: {v}em"></div>
  2. <script>
  3. export let v
  4. </script>