From 645294d3b2145fdda8757e8b29e2abcbc2c70e6f Mon Sep 17 00:00:00 2001 From: chenjw28 <792430652@qq.com> Date: Mon, 11 May 2026 17:26:08 +0800 Subject: [PATCH] x --- static/vue-app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/vue-app.js b/static/vue-app.js index 904e097..e05d704 100644 --- a/static/vue-app.js +++ b/static/vue-app.js @@ -119,7 +119,7 @@ const DashboardPage = { return { background: '#d1ecf1', color: '#0c5460' }; }; - return { tasks: computed(() => store.tasks), uploading: computed(() => store.uploading), material, fileInput, triggerUpload, handleFile, formatSize, statusLabel, statusStyle }; + return { store, tasks: computed(() => store.tasks), uploading: computed(() => store.uploading), material, fileInput, triggerUpload, handleFile, formatSize, statusLabel, statusStyle }; }, template: `