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: `