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; + +