diff --git a/demo/vue3js.html b/demo/vue3js.html index ddaabdf04..94ecf60cf 100644 --- a/demo/vue3js.html +++ b/demo/vue3js.html @@ -34,6 +34,7 @@

How to integrate GridStack.js with Vue.js

createApp({ data() { return { + // grid: undefined, // <-- don't do that. see https://github.com/gridstack/gridstack.js/issues/1635 count: 0, info: "", };