x
This commit is contained in:
+1
-1
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user