@Component export default class MyComponent extends Vue { @Prop({required: true}) public id: number; @Getter public item }.
確定! 回上一頁