Skip to content

Commit 8d091e3

Browse files
authored
test: add compact checkbox in test app (jbaysolutions#654)
1 parent 833a5c2 commit 8d091e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<input type="checkbox" v-model="mirrored"/> Mirrored
3333
<input type="checkbox" v-model="responsive"/> Responsive
3434
<input type="checkbox" v-model="preventCollision"/> Prevent Collision
35+
<input type="checkbox" v-model="compact"/> Vertical Compact
3536
<div style="margin-top: 10px;margin-bottom: 10px;">
3637
Row Height: <input type="number" v-model="rowHeight"/> Col nums: <input type="number" v-model="colNum"/>
3738
Margin x: <input type="number" v-model="marginX"/> Margin y: <input type="number" v-model="marginY"/>

0 commit comments

Comments
 (0)