Webview Container
# fsframe Webview Container
# Parameters
| Property | Type | Default | Options | Description |
|---|---|---|---|---|
| src | String | - | - | URL of the page to load |
| height | String | - | - | Component height |
# Example Code
<view>
<fs-frame height="600px" src="https://www.baidu.com"></fs-frame>
</view>
{
"component": true,
"usingComponents": {
"fs-frame": "ava-ui/fxui/fsframe/fsframe"
}
}
// Make sure to add code blocks to your code group