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