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