feat(site): update code example import
This commit is contained in:
parent
2ac38747cb
commit
000e3811cd
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
<p>The result is a reactive UI on property changes: <my-counter></my-counter></p>
|
||||
<code-block language="js">
|
||||
<pre>
|
||||
import { WebComponent } from "https://unpkg.com/web-component-base@1.13.0/WebComponent.min.js";
|
||||
import { WebComponent } from "https://unpkg.com/web-component-base@1.13.3/WebComponent.min.js";
|
||||
|
||||
export class Counter extends WebComponent {
|
||||
static properties = ["count"];
|
||||
|
|
Loading…
Reference in a new issue