add iframe demo

This commit is contained in:
Philipp Kühn
2021-01-29 20:56:53 +01:00
committed by Hans Pagel
parent 7eeb4265fd
commit 3d055a5111
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>