public/my-element.js import {LitElement, html, css} from 'lit'; export class MyElement extends LitElement { static properties = { greeting: ...
確定! 回上一頁