We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1bdb92 commit 8218c2aCopy full SHA for 8218c2a
app/pages/dashboard.vue
@@ -84,7 +84,7 @@ defineOptions({ name: 'DashboardPage' })
84
85
const auth = useAuth()
86
87
-const { data, error, pending } = await useAsyncData(
+const { data, error, pending } = useAsyncData(
88
'dashboard-stats',
89
async () => apiClient.getDashboardStats('30d'),
90
{ server: false }
0 commit comments