import { LitElement, css, html } from 'lit-element'; class MyElement extends LitElement { static get styles() { return css` div { color: red ...
確定! 回上一頁