We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771b3d0 commit c7a2dabCopy full SHA for c7a2dab
app/pages/package-code/@[[org]]/[packageName]/v/[version]/[...filePath].vue
@@ -201,9 +201,7 @@ const breadcrumbs = computed(() => {
201
// Navigation helper - build URL for a path
202
function getCurrentCodeUrl(path?: string): string {
203
return getCodeUrl({
204
- org: route.params.org,
205
- packageName: packageName.value,
206
- version: version.value!,
+ ...route.params,
207
filePath: path,
208
})
209
}
0 commit comments