mirror of
https://github.com/Nezumi-2711/Sink.git
synced 2026-09-22 13:48:35 +00:00
perf: Update lazy loading for dashboard components
This commit is contained in:
@@ -5,6 +5,6 @@ provide('id', ref())
|
||||
<template>
|
||||
<main class="space-y-6">
|
||||
<DashboardBreadcrumb title="Analysis" />
|
||||
<Dashboard />
|
||||
<LazyDashboard />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<main class="flex items-center justify-center h-full">
|
||||
<Login />
|
||||
<LazyLogin />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user