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 9cf95ac commit f29d8cfCopy full SHA for f29d8cf
1 file changed
app/pages/[...package].vue
@@ -71,7 +71,6 @@ const {
71
)
72
onMounted(() => fetchInstallSize())
73
74
-// Fetch skills data
75
const { data: skillsData } = useLazyFetch<SkillsListResponse>(
76
() => {
77
const base = `/skills/${packageName.value}`
0 commit comments