diff --git a/components/ContentElements.vue b/components/ContentElements.vue index b325d9b..5460af8 100644 --- a/components/ContentElements.vue +++ b/components/ContentElements.vue @@ -154,7 +154,7 @@ export default { async setup(props) { const route = useRoute(); const pathParent = route.path; - console.log(pathParent); + let lang = route.params.lang; const { data: navigation } = await useAsyncData("navigation", () => fetchContentNavigation(pathParent) diff --git a/pages/index.vue b/pages/index.vue index b0a5e7f..be60051 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -167,6 +167,7 @@ + + Show more diff --git a/pages/learning-path/all/index.vue b/pages/learning-path/all/index.vue index e964366..a2c78c2 100644 --- a/pages/learning-path/all/index.vue +++ b/pages/learning-path/all/index.vue @@ -1,8 +1,185 @@ - Learning path + + + + + + + Learn {{ n.title }} + + + + + {{ n.description }} + + + + + + + + + + + + + + + + {{ c.title }} + + + + + mdi-account-edit + {{ c.author }} + + + + mdi-account-voice + + + mdi-clock-time-five-outline + {{ c.duration }} + + + + + + + + + + + Description + + {{ n.description }} + + + + Progression + + + + + + + + + Start Now + + + + + +
+ Learn {{ n.title }} +
+ {{ c.title }} +
Description
+ {{ n.description }} +
Progression