This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="app" v-cloak> | |
<p>HTML blocks resizing and dragging works, Vue components not.</p> | |
<p> | |
<button @click="addHtml"> | |
Add html block | |
</button> | |
<button @click="addVue"> | |
Add Vue component | |
</button> |