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:
@@ -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
Reference in New Issue
Block a user