Skip to content

[Feature] 运行时解析模板支持动态标签名 #41

@SoloJiang

Description

@SoloJiang

Example:

@customElement(parentLocalName)
class Parent extends HTMLElement {
  itemTitle = 'title';
  get template() {
    return html`<${childLocalName} item-title=${this.itemTitle} />`;
  }
}

背景:某些场景开发者需要从服务端动态拉取需要渲染的组件列表进行渲染

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions