Skip to content

Commit

Permalink
feat(visel): include data.src
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaranski committed Sep 18, 2023
1 parent e02964f commit 8b0fbb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions visel/src/routes/video/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
{/if}
<button on:click={generateYAML}>Generate YAML</button>
<textarea placeholder="YAML code" bind:value={code} id="raw" />
<code>{data.src}</code>

<style>
#parking-lot {
Expand Down

0 comments on commit 8b0fbb9

Please sign in to comment.