feat(site): update code example import

This commit is contained in:
Ayo 2023-12-08 15:35:42 +01:00
parent 2ac38747cb
commit 000e3811cd

View file

@ -57,7 +57,7 @@
<p>The result is a reactive UI on property changes: <my-counter></my-counter></p> <p>The result is a reactive UI on property changes: <my-counter></my-counter></p>
<code-block language="js"> <code-block language="js">
<pre> <pre>
import { WebComponent } from &quot;https://unpkg.com/web-component-base@1.13.0/WebComponent.min.js&quot;; import { WebComponent } from &quot;https://unpkg.com/web-component-base@1.13.3/WebComponent.min.js&quot;;
export class Counter extends WebComponent { export class Counter extends WebComponent {
static properties = [&quot;count&quot;]; static properties = [&quot;count&quot;];