import { LitElement, html } from 'https://cdn.skypack.dev/lit-element' class Counter extends LitElement { static properties = { counter: {type: Number}, } ...
確定! 回上一頁