docs: update content

This commit is contained in:
Hans Pagel
2021-05-04 23:59:34 +02:00
parent 0c06ece8e9
commit 19f61fda1a
12 changed files with 559 additions and 516 deletions

View File

@@ -27,20 +27,20 @@ export default {
DraggableItem,
],
content: `
<p>paragraph</p>
<p>This is a boring paragraph.</p>
<div data-type="draggable-item">
<p>draggable item</p>
<p>Followed by a fancy draggable item.</p>
</div>
<div data-type="draggable-item">
<p>another one</p>
<p>And another draggable item.</p>
<div data-type="draggable-item">
<p>can be nested too</p>
<p>And a nested one.</p>
<div data-type="draggable-item">
<p>but can we go deeper?</p>
<p>But can we go deeper?</p>
</div>
</div>
</div>
<p>paragraph</p>
<p>Lets finish with a boring paragraph.</p>
`,
})
},