|
@@ -41,7 +41,7 @@ export default {
|
|
|
import { watch } from "vue";
|
|
|
import useInitPlayer from "./hooks/useInitPlayer";
|
|
|
|
|
|
-const emits = defineEmits("onClickOption", "onFullscreenChange", 'reload');
|
|
|
+const emits = defineEmits("onClickOption", "onFullscreenChange", "onReload")
|
|
|
|
|
|
const props = defineProps({
|
|
|
// 问题
|