소스 검색

动画优化

caiyuqin 1 년 전
부모
커밋
15417aa0f9
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/consoleManage/components/button.vue

+ 2 - 0
src/views/consoleManage/components/button.vue

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