class CounterBlock extends LitElement { static properties = { start: {type: Number}, _count: {state: true} } static styles = css` :host { display: block; width: ...
確定! 回上一頁