Skip to content

Commit

Permalink
Update apps/docs/components/components/content/Generate.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Freisler <[email protected]>
  • Loading branch information
mattmaribojoc and FRSgit authored Apr 11, 2024
1 parent eff883e commit 9b5f1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/components/components/content/Generate.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="custom-block">
<iframe ref="iframeRef" :src="exampleUrl" class="generate w-full h-full border" loading="lazy"></iframe>
<iframe ref="iframeRef" :src="exampleUrl" class="generate w-full h-full border" loading="lazy" />
</div>
</template>

Expand Down

0 comments on commit 9b5f1f6

Please sign in to comment.