import { LitElement, css, html } from 'lit-element'; class MyElement extends LitElement { static get styles() ... my-element { display: inline-block; } ...
確定! 回上一頁