import { LitElement, html } from 'lit-element'; export class MyCounter extends LitElement { static get properties() { return { clics: ...
確定! 回上一頁