import { LitElement, html } from 'lit-element'; class HelloComponent extends LitElement { static get properties() { // JavaScript way to ...
確定! 回上一頁