We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f33980e + 48e5857 commit 7f1decaCopy full SHA for 7f1deca
demo/web-comp.html
@@ -9,7 +9,7 @@
9
<body>
10
<h1>LitElement Web Component</h1>
11
<script type="module">
12
- import {LitElement, html, css} from 'https://unpkg.com/lit-element/lit-element.js?module';
+ import {LitElement, html, css} from 'https://unpkg.com/lit-element@3/lit-element.js?module';
13
14
class MyElement extends LitElement {
15
static get properties() { return {} }
demo/web1.html
@@ -15,7 +15,7 @@
16
<!-- support for IE -->
17
<script src="../dist/es5/gridstack-poly.js"></script>
18
- <script src="../dist/es5/gridstack.js"></script>
+ <script src="../dist/es5/gridstack-all.js"></script>
19
</head>
20
21
0 commit comments