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.
2 parents a59c8eb + 199e8a5 commit 8e2ce7fCopy full SHA for 8e2ce7f
demo/vue3js.html
@@ -45,7 +45,7 @@ <h1>How to integrate GridStack.js with Vue.js</h1>
45
];
46
47
onMounted(() => {
48
- grid = GridStack.init({ // DO NOT user grid.value = GridStack.init(), see above
+ grid = GridStack.init({ // DO NOT use grid.value = GridStack.init(), see above
49
float: true,
50
cellHeight: "70px",
51
minRow: 1,
0 commit comments