mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 17:00:36 +01:00
@@ -46,6 +46,8 @@ if (!import.meta.prerender) {
|
|||||||
navigateTo(`${route.path.replace('/pro', '')}`)
|
navigateTo(`${route.path.replace('/pro', '')}`)
|
||||||
} else if (page.value?.module === 'ui' && !route.path.includes('/pro')) {
|
} else if (page.value?.module === 'ui' && !route.path.includes('/pro')) {
|
||||||
navigateTo(`${route.path.replace(`/${framework.value}`, '')}/pro/${framework.value}`)
|
navigateTo(`${route.path.replace(`/${framework.value}`, '')}/pro/${framework.value}`)
|
||||||
|
} else {
|
||||||
|
navigateTo(`/getting-started`)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user