“组件是使用 gjs 编写的”——但事实并非如此

如果您为 FeedbackStream 使用 gjs,我认为它应该可以工作。所以它会是这样的:

export default class FeedbackStream extends UserStream {
  <template>
    Your custom template here
  </template>
}

我认为在同一个组件继承链中混合使用 hbs/gjs 可能效果不佳。

3 个赞