chore: 使用 provide 实现上下文共享

This commit is contained in:
wangxuefeng
2025-03-31 11:30:50 +08:00
parent a64433e57b
commit 6b2c7bad00
2 changed files with 41 additions and 32 deletions

View File

@@ -26,7 +26,6 @@ const props = withDefaults(
projectId: number;
route?: RouteRecordRaw;
router?: Router;
searchParams?: Record<string, any>;
sync?: boolean;
url?: string;
}>(),