Commit af844e9e authored by gaobowen's avatar gaobowen

Merge branch 'develop' of https://gitlab.ilaihua.com/laihua-web/laihua-toolkit into develop

parents b079077d 6b26a810
......@@ -36,6 +36,7 @@ export default {
beforeDestroy() {
this.$refs.videoDom.removeEventListener('canplay')
this.$refs.videoDom.removeEventListener('ended')
this.$refs.videoDom.removeEventListener('timeupdate')
},
methods: {
canPlayFunc() {
......
......@@ -32,7 +32,7 @@ export default {
},
created() {},
mounted() {
this.$bus.on('videoCutter.canPlay', this.canPlayFunc)
this.$bus.on('VideoCutter.canPlay', this.canPlayFunc)
},
methods: {
changeVideo() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment