amis2/docs/renderers/iFrame.md

14 lines
220 B
Markdown
Raw Normal View History

2019-06-04 20:13:40 +08:00
## iFrame
2019-05-08 22:55:41 +08:00
如果需要内嵌外部站点,可用 iframe 来实现。
```schema:height="300" scope="body"
{
"type": "iframe",
"src": "raw:http://www.baidu.com",
"style": {
"height": 260
}
}
```