You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demo/vue3js.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ <h1>How to integrate GridStack.js with Vue.js</h1>
35
35
setup(){
36
36
letcount=ref(0);
37
37
letinfo=ref("");
38
-
letgrid=null;// DO NOT use ref(NULL) as proxies GS will break all logic when comparing structures... see https://github.com/gridstack/gridstack.js/issues/2115
38
+
letgrid=null;// DO NOT use ref(null) as proxies GS will break all logic when comparing structures... see https://github.com/gridstack/gridstack.js/issues/2115
Copy file name to clipboardExpand all lines: demo/vue3js_v-for.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ <h1>How to integrate GridStack.js with Vue.js</h1>
56
56
letgridFloat=ref(false);
57
57
letcolor=ref("black");
58
58
letgridInfo=ref("");
59
-
letgrid=null;// DO NOT use ref(NULL) as proxies GS will break all logic when comparing structures... see https://github.com/gridstack/gridstack.js/issues/2115
59
+
letgrid=null;// DO NOT use ref(null) as proxies GS will break all logic when comparing structures... see https://github.com/gridstack/gridstack.js/issues/2115
0 commit comments