UNPKG

cloud-ui.vusion

Version:
12 lines (8 loc) 261 B
### 基本用法 ```html <u-iframe src="https://sf.163.com" style="width: 100%; height: 400px;"></u-iframe> ``` ### iframe 其他属性 ```html <u-iframe src="https://sf.163.com" sandbox="allow-same-origin" style="width: 100%; height: 400px"></u-iframe> ```