林崖

Results 2 issues of 林崖

```tsx @Component({ tag: 'target-train-editor', styleUrl: 'target-train-editor.css', shadow: true, }) export class TargetTrainEditor { @Prop({ attribute: 'train-resource', reflect: true, mutable: true }) trainResource?: string; render() { console.log(this.trainResource); } } ``` ```html...

Resolution: Needs Documentation

如题 在 classroom 中执行 make codespaces_setenv 后,会卡住不动。等了半天没什么反应。 执行之后的命令会报错

question