From e1dc204d0ac6d37335f1a81361fafb982b9827de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=AF=E7=81=B0?= Date: Sun, 2 Oct 2022 11:50:06 +0800 Subject: [PATCH] Update App.vue --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 3aa57a5..6270f5e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -29,7 +29,7 @@ export default defineComponent({ : "/flame.avi"; // methods async function transcode() { - message.value = "Loading ffmeg-core.js"; + message.value = "Loading ffmpeg-core.js"; await ffmpeg.load(); message.value = "Start transcoding"; ffmpeg.FS("writeFile", "test.avi", await fetchFile(file));