amis2/docs/zh-CN/components/tpl.md
RickCole 54e56402d2
文档拆分组件部分 (#1502)
* 文档样式一点小优化

* 文档拆分组件部分
2021-02-01 20:44:49 +08:00

834 B
Executable File

title description type group menuName icon order
Tpl 模板 0 ⚙ 组件 Tpl 70

输出 模板 的常用组件

基本用法

{
  "data": {
    "text": "World!"
  },
  "type": "page",
  "body": {
    "type": "tpl",
    "tpl": "Hello ${text}"
  }
}

更多模板相关配置请看模板文档

属性表

属性名 类型 默认值 说明
type string "tpl" 指定为 Tpl 组件
className string 外层 Dom 的类名
tpl 模板 配置模板