|
|
-import { toRefs, ref, onMounted, reactive, watch, provide } from 'vue';
|
|
|
|
|
|
|
+import { toRefs, ref, onMounted, reactive, watch, provide, Component } from 'vue';
|
|
|
emits: ['fastBack', 'play', 'forward', 'ended', 'changeProgress', 'mute', 'can-play'],
|
|
emits: ['fastBack', 'play', 'forward', 'ended', 'changeProgress', 'mute', 'can-play'],
|