DON'T class MyWebComp extends HTMLElement { static get observedAttributes() { return ['jobAsJsonString']; } } // DO class MyWebComp extends ...
確定! 回上一頁