Skip to content

Commit 1e1c23f

Browse files
authored
Merge pull request #1639 from adumesny/develop
added vue comment
2 parents e28456f + c804af2 commit 1e1c23f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/vue3js.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ <h1>How to integrate GridStack.js with Vue.js</h1>
3434
createApp({
3535
data() {
3636
return {
37+
// grid: undefined, // <-- don't do that. see https://github.com/gridstack/gridstack.js/issues/1635
3738
count: 0,
3839
info: "",
3940
};

0 commit comments

Comments
 (0)