Package Exports
- vue-edit-video
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-edit-video) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
直播平台视频剪辑组件
全局注册
import VueEditMovie from 'vue-edit-movie'
Vue.use(VueEditMovie)
Props
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
url | 视频url | String | '' |
Events
事件 | 说明 | 参数 |
---|---|---|
confirm | 完成剪辑回调 | {startTime: "" , endTime: ""} |
cancel | 放弃剪辑回调 | - |
preview | 视频预览 | - |