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 e2a2a69 commit be8378fCopy full SHA for be8378f
1 file changed
app/components/Package/Replacement.vue
@@ -14,9 +14,9 @@ const nodeVersion = computed(() => {
14
return nodeEngine?.minVersion || null
15
})
16
17
-const replacementDescription =useMarkdown(() => ({
18
- text: (props.replacement as {description?:string}).description ?? '',
19
- }))
+const replacementDescription = useMarkdown(() => ({
+ text: (props.replacement as { description?: string }).description ?? '',
+}))
20
</script>
21
22
<template>
0 commit comments