Skip to content
Snippets Groups Projects
Commit 6e641446 authored by Julian's avatar Julian
Browse files

Increase example grid

parent c55ca323
No related branches found
No related tags found
1 merge request!2Resolve "Implement basic functionality"
......@@ -5,7 +5,7 @@ import CircularCard from "./components/CircularCard.vue";
<template>
<div id="app">
<DragGrid :rows="5" :cols="5" :pos-validation="blockField" v-model="items">
<DragGrid :rows="8" :cols="5" :pos-validation="blockField" v-model="items">
<div id="blocker">
This field is blocked because it's filled, the next one programmatically
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment