We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833a5c2 commit 8d091e3Copy full SHA for 8d091e3
src/App.vue
@@ -32,6 +32,7 @@
32
<input type="checkbox" v-model="mirrored"/> Mirrored
33
<input type="checkbox" v-model="responsive"/> Responsive
34
<input type="checkbox" v-model="preventCollision"/> Prevent Collision
35
+ <input type="checkbox" v-model="compact"/> Vertical Compact
36
<div style="margin-top: 10px;margin-bottom: 10px;">
37
Row Height: <input type="number" v-model="rowHeight"/> Col nums: <input type="number" v-model="colNum"/>
38
Margin x: <input type="number" v-model="marginX"/> Margin y: <input type="number" v-model="marginY"/>
0 commit comments