From 6e641446a55e1ae300c068a47b63352f35dc6b46 Mon Sep 17 00:00:00 2001 From: Julian Leucker <leuckerj@gmail.com> Date: Wed, 8 Feb 2023 20:37:41 +0100 Subject: [PATCH] Increase example grid --- example/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/src/App.vue b/example/src/App.vue index 12b5bfd..91a9cbd 100644 --- a/example/src/App.vue +++ b/example/src/App.vue @@ -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> -- GitLab