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 9f14825 commit 52ce3acCopy full SHA for 52ce3ac
app/pages/package/[[org]]/[name].vue
@@ -256,7 +256,7 @@ const versionSecurityMetadata = computed<PackageVersionInfo[]>(() => {
256
257
// Process package description
258
const pkgDescription = useMarkdown(() => ({
259
- text: pkg.value?.description ?? ''
+ text: pkg.value?.description ?? '',
260
}))
261
262
// Fetch dependency analysis (lazy, client-side)
0 commit comments