import styles from './styles.css' assert { type: 'css' }; class MyCustomElement extends HTMLElement { connectedCallback() { const root = this.attachShadow({ ...
確定! 回上一頁