Skip to content

Commit

Permalink
Fixed layout detection.
Browse files Browse the repository at this point in the history
Refs #156
  • Loading branch information
The4thLaw committed Mar 15, 2024
1 parent 051cebd commit 45fe287
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/demyo-vue-frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ export default {
// Inspired by:
// https://itnext.io/b379baa91a05
// https://markus.oberlehner.net/blog/dynamic-vue-layout-components/
// TODO: Vue 3
//return this.$route.meta.layout || DefaultLayout
return DefaultLayout
return this.$route.meta.layout || DefaultLayout
}
},
Expand Down

0 comments on commit 45fe287

Please sign in to comment.