From c804af2848579ce1a681faea18cf4a169294f625 Mon Sep 17 00:00:00 2001 From: Alain Dumesny Date: Fri, 26 Feb 2021 00:39:34 -0800 Subject: [PATCH] added vue comment #1635 --- demo/vue3js.html | 1 + 1 file changed, 1 insertion(+) 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: "", };