review:【antd】【mp】components 组件
This commit is contained in:
@@ -29,12 +29,9 @@ const props = defineProps({
|
||||
},
|
||||
});
|
||||
|
||||
// TODO @hw:是不是使用 vben 自带的 Modal 哈;这样 ele 通用性更好点。其它模块,涉及到 Modal 也按照这个调整噢
|
||||
const dialogVideo = ref(false);
|
||||
|
||||
// const handleEvent = (log) => {
|
||||
// console.log('Basic player event', log)
|
||||
// }
|
||||
|
||||
const playVideo = () => {
|
||||
dialogVideo.value = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user