Skip to content

Commit 8e2ce7f

Browse files
authored
Merge pull request #2425 from rakibhoossain/patch-1
Fix type mistake
2 parents a59c8eb + 199e8a5 commit 8e2ce7f

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)