diff --git a/src/dashboard/example/main.vue b/src/dashboard/example/main.vue
index b75a2a9..2b08262 100644
--- a/src/dashboard/example/main.vue
+++ b/src/dashboard/example/main.vue
@@ -16,6 +16,8 @@ const activeLabel = computed(() => {
const match = menuItems.find((item) => item.to === route.path);
return match?.label ?? 'Dashboard';
});
+
+const logoUrl = new URL('./image.png', import.meta.url).href;
@@ -32,9 +34,29 @@ const activeLabel = computed(() => {
bordered
:width="220"
>
-
- Control Panel
-
+
+
{
+
+