Skip to content

Instantly share code, notes, and snippets.

@fxwangweiwei
fxwangweiwei / index.html
Created April 24, 2019 05:53
Vuejs and gridstack
<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>