import { Component } from '@stencil/core'; export interface User { name: string; } @Component({ tag: 'app-root' }) export class AppRoot ...
確定! 回上一頁