FormKit 中 composer 字段的预设值

在 Ask 的帮助下,看起来我只需要做以下修改:

<Form
+  @data={{hash content=this.rawPost}}
   @onSubmit={{this.handleSubmit}}
   as |form|
>