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.
1 parent 9fdd6a6 commit c804af2Copy full SHA for c804af2
demo/vue3js.html
@@ -34,6 +34,7 @@ <h1>How to integrate GridStack.js with Vue.js</h1>
34
createApp({
35
data() {
36
return {
37
+ // grid: undefined, // <-- don't do that. see https://github.com/gridstack/gridstack.js/issues/1635
38
count: 0,
39
info: "",
40
};
0 commit comments