Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f8cc359

Browse files
committed
fix demo links
1 parent 12a06c6 commit f8cc359

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

demo/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ <h1>Demos</h1>
1818
<li><a href="serialization.html">Serialization</a></li>
1919
<li><a href="static.html">Static</a></li>
2020
<li><a href="two.html">Two grids</a></li>
21-
<li><a href="vuej2s.html">Vue2.js</a></li>
22-
<li><a href="vuej3s.html">Vue3.js</a></li>
21+
<li><a href="vue2js.html">Vue2.js</a></li>
22+
<li><a href="vue3js.html">Vue3.js</a></li>
2323
</ul>
2424
</body>
2525
</html>

demo/static.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ <h1>Static vs can move/drag Demo</h1>
3131

3232
let serializedData = [
3333
{x: 0, y: 0, width: 2, height: 2, id: '0'},
34-
{x: 3, y: 1, width: 1, height: 2, id: 'no_move', noMove: true, html: 'no move'},
34+
{x: 3, y: 1, width: 1, height: 2, id: 'no_move', noMove: true, content: 'no move'},
3535
{x: 4, y: 1, width: 1, height: 1, id: '2'},
36-
{x: 2, y: 3, width: 3, height: 1, id: 'no_resize', noResize: true, html: 'no resize'},
37-
{x: 1, y: 3, width: 1, height: 1, id: 'locked', locked: true, html: 'locked'}
36+
{x: 2, y: 3, width: 3, height: 1, id: 'no_resize', noResize: true, content: 'no resize'},
37+
{x: 1, y: 3, width: 1, height: 1, id: 'locked', locked: true, content: 'locked'}
3838
];
3939
grid.load(serializedData, true);
4040

0 commit comments

Comments
 (0)