···26262727**Note that this is not an official component.**
28282929+## Features
3030+3131+- Vetur autocomplete for props and events
3232+2933## Quick Start
30343135First install `stream-vue`:
···33 "type": "string",
44 "description": "Either the video id or the signed url for the video you’ve uploaded to Cloudflare Stream should be included here."
55 },
66- "video-stream/adUrl": {
66+ "video-stream/ad-url": {
77 "type": "string",
88 "description": ""
99 },
···2727 "type": "boolean",
2828 "description": "Shows the default video controls such as buttons for play/pause, volume controls. You may choose to build buttons and controls that work with the player."
2929 },
3030- "video-stream/currentTime": {
3030+ "video-stream/current-time": {
3131 "type": "number",
3232 "description": "Returns the current playback time in seconds. Setting this value seeks the video to a new time."
3333 },