bill 2 месяцев назад
Родитель
Сommit
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";