### 基本用法

```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>
```
