File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
< h1 > ES Module loading demo</ h1 >
14
14
< div class ="grid-stack "> </ div >
15
15
16
- <!-- loading GS as an ES module instead of commonjs all.js. get CORS error though -->
16
+ <!-- loading GS as an ES module instead of commonjs all.js. doesn't work (see #2476) and get CORS error locally -->
17
17
< script type ="module ">
18
18
import { GridStack } from '../dist/gridstack.js' ;
19
19
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ <h1>Demos</h1>
12
12
< li > < a href ="anijs.html "> AniJS</ a > </ li >
13
13
< li > < a href ="cell-height.html "> Cell Height</ a > </ li >
14
14
< li > < a href ="column.html "> Column</ a > </ li >
15
+ <!-- <li><a href="esmodule.html">ES Module test</a></li> -->
15
16
< li > < a href ="float.html "> Float grid</ a > </ li >
16
17
< li > < a href ="knockout.html "> Knockout.js</ a > </ li >
17
18
< li > < a href ="mobile.html "> Mobile touch</ a > </ li >
@@ -38,7 +39,6 @@ <h1>Demos</h1>
38
39
< li > < a href ="web-comp.html "> Web Component</ a > </ li >
39
40
< li > < a href ="web1.html "> Website demo 1</ a > </ li >
40
41
< li > < a href ="web2.html "> Website demo 2</ a > </ li >
41
- < li > < a href ="esmodule.html "> ES Module test</ a > </ li >
42
42
</ ul >
43
43
< h1 > Angular wrapper</ h1 >
44
44
< p > We now ship an < a href ="https://github.com/gridstack/gridstack.js/tree/master/angular/ " target ="_blank "> Angular Component</ a >
You can’t perform that action at this time.
0 commit comments