This commit is contained in:
2026-05-11 17:26:08 +08:00
parent af355f7f29
commit 645294d3b2
+1 -1
View File
@@ -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: `
<div style="max-width:900px;margin:0 auto;padding:24px">