From 199e8a5b2ed1d68c921bff88eb64fde894c0002f Mon Sep 17 00:00:00 2001 From: Rakib Hossain Date: Tue, 29 Aug 2023 14:10:29 +0600 Subject: [PATCH] Fix type mistake --- demo/vue3js.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/vue3js.html b/demo/vue3js.html index 10960ca48..4d85b51df 100644 --- a/demo/vue3js.html +++ b/demo/vue3js.html @@ -45,7 +45,7 @@

How to integrate GridStack.js with Vue.js

]; onMounted(() => { - grid = GridStack.init({ // DO NOT user grid.value = GridStack.init(), see above + grid = GridStack.init({ // DO NOT use grid.value = GridStack.init(), see above float: true, cellHeight: "70px", minRow: 1,