@@ -28,6 +28,8 @@ const animationBaseStyles = computed(() => ({
// 处理导出动画
const handleExport = () => {
+ emits("endAnim",);
+ return false
if (isExporting.value) return;
isExporting.value = true;
const animEl = animationElement.value;