diff --git a/demo/vue3js_v-for.html b/demo/vue3js_v-for.html index 63d599ed9..83a414778 100644 --- a/demo/vue3js_v-for.html +++ b/demo/vue3js_v-for.html @@ -1,60 +1,60 @@ - - - - Vue3 v-for Gridstack - - - - -
-

How to integrate GridStack.js with Vue.js

-

- As with any virtual DOM based framework, you need to check if Vue has - rendered the DOM (or any updates to it) before you - initialize GridStack or call its methods. As a basic example, check this - component's mounted hook. -

-

- If your app requires more complex render logic than the inline template - in `addWidget`, consider - makeWidget - to let Vue deal with DOM rendering. -

- - -
-
- - -
{{ info }}
-
-
{{ gridInfo }}
-
- -
-
-
- - {{w}} -
-
+ + + + + Vue3 v-for Gridstack + + + + + +
+

How to integrate GridStack.js with Vue.js

+

+ As with any virtual DOM based framework, you need to check if Vue has + rendered the DOM (or any updates to it) before you + initialize GridStack or call its methods. As a basic example, check this + component's mounted hook. +

+

+ If your app requires more complex render logic than the inline template + in `addWidget`, consider + makeWidget + to let Vue deal with DOM rendering. +

+ + +
+
+ + +
{{ info }}
+
+
{{ gridInfo }}
+
+ +
+
+
+ + {{w}} +
+
-
- - - + + + \ No newline at end of file