Skip to content

Commit 199e8a5

Browse files
Fix type mistake
1 parent a59c8eb commit 199e8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/vue3js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h1>How to integrate GridStack.js with Vue.js</h1>
4545
];
4646

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

0 commit comments

Comments
 (0)