Model: Qwen 3.6 35B A3

Prompt: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'props') at Dashboard.vue:28:53 at renderFnWithContext (vue.runtime.esm-bundler-BSv3p6Id.js?v=7f298e06:2266:10) at renderSlot (vue.runtime.esm-bundler-BSv3p6Id.js?v=7f298e06:3912:52) at AppContent.vue:19:9 at renderFnWithContext (vue.runtime.esm-bundler-BSv3p6Id.js?v=7f298e06:2266:10) at renderSlot (vue.runtime.esm-bundler-BSv3p6Id.js?v=7f298e06:3912:52) at Proxy._sfc_render (SidebarInset.vue:19:5)

Stats:
Context: 81,298 tokens
Time: 3m 22s
This commit is contained in:
Darius Rapalis
2026-04-28 23:04:18 +03:00
parent 716a2be9ed
commit 27b2f5c543
2 changed files with 901 additions and 3 deletions

View File

@@ -3,7 +3,6 @@ import { Head } from '@inertiajs/vue3';
import AppShell from '@/components/AppShell.vue';
import AppSidebar from '@/components/AppSidebar.vue';
import AppContent from '@/components/AppContent.vue';
import AppSidebarHeader from '@/components/AppSidebarHeader.vue';
import { Toaster } from '@/components/ui/sonner';
import { dashboard } from '@/routes';
@@ -25,7 +24,6 @@ defineOptions({
<AppShell variant="sidebar">
<AppSidebar />
<AppContent variant="sidebar" class="overflow-x-hidden">
<AppSidebarHeader :breadcrumbs="[$route.props.breadcrumbs]" />
<!-- Main Content -->
<div class="flex h-full flex-1 flex-col">

File diff suppressed because one or more lines are too long