import { LitState } from 'lit-element-state'; class DemoState extends LitState { static get stateVars() { return { counter: {} }; } constructor() { super(); ...
確定! 回上一頁