WebWindow-DEMO
Properties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
| modelValue | boolean | No | true | See the WebWindow modelValue option. |
| title | string | No | 'WebWindow' | See the WebWindow title option. |
| left | number | No | 0 | See the WebWindow left option. |
| top | number | No | 0 | See the WebWindow top option. |
| isResize | boolean | No | false | See the WebWindow isResize option. |
| isAcrylic | boolean | No | false | See the WebWindow isAcrylic option. |
| refreshPosition | Boolean | No | false | See the WebWindow refreshPosition option. |
| theme | string | No | 'global' | Theme style. Supports global, light, dark, system, and custom. |
| refreshPos | boolean | No | false | See the WebWindow refreshPos option. |
| disabled | boolean | No | false | See the WebWindow disabled option. |
| lang | string | No | "global" | See the WebWindow lang option. |
Events
| Event | Arguments | Description |
|---|---|---|
| close | See the component close option. |
Slots
- Default
vue
<fv-web-window>
<div></div>
</fv-web-window>