add iframe demo

This commit is contained in:
Philipp Kühn
2021-01-29 20:56:53 +01:00
parent bef8ae7ef1
commit 9d7bfd6556
7 changed files with 29 additions and 3 deletions

View File

@@ -13,6 +13,14 @@
</app-section>
<app-section>
<iframe
v-resize
src="demos/Examples/CollaborativeEditing"
style="background-color: white; border-radius: 8px;"
width="100%"
height="400"
frameborder="0"
/>
<demo name="Examples/CollaborativeEditing" :show-source="false" inline />
</app-section>