组件的静态渲染服务 由于html会吧大写属性变成小写属性.对于驼峰命名的属性大写字母前需要用横杠代替 例子:
```typescript let htm=[ '', '', ].join('')
ComponentRenderService.render(that.getPage(), { el: $('#' + that.formId) })
渲染组件
页面实例
组件配置
创建组件实例
页面实例e
组件类
关联的html元素
-线转换驼峰内的大写字母
Generated using TypeDoc
组件的静态渲染服务 由于html会吧大写属性变成小写属性.对于驼峰命名的属性大写字母前需要用横杠代替 例子:
```typescript let htm=[ ' ',
' ',
].join('')
ComponentRenderService.render(that.getPage(), { el: $('#' + that.formId) })