bill 2 ماه پیش
والد
کامیت
7c85e816d4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/example/fuse/views/tabulation/header.vue

+ 1 - 1
src/example/fuse/views/tabulation/header.vue

@@ -82,7 +82,7 @@ const actions = [
       handler: async () => {
         const ef = await selectExposeFormat();
         const format = "image/jpeg";
-        let [rect, fileBlob] = await getCoverImage(format);
+        let [_, fileBlob] = await getCoverImage(format);
         const filename = props.title;
         let ext = "jpg";