import { h, Component, Host, State } from '@stencil/core'; @Component({ tag: 'my-component' }) export class MyComponent { @State() canvas?:
確定! 回上一頁