app.vue and page in default layout not loading + limitations on Nuxt Bridge #586
Unanswered
chesterlaykin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have some issues about the loading of files - currently the
default.vue
layout is loaded, but the page content doesn't show.components: true
, is set in nuxt.configHere is an online example .
Is
app.vue
file not available for Nuxt Bridge? I have tried the same thing in a Nuxt 3 project where it's working, so I am not sure what features are available/ not available in Nuxt Bridge.I also tried
definepageMeta
to specify a custom layout inside a page but it doesn't seem to be recognized.Does this mean that if you want to create a project in Nuxt Bridge using
Composition API
, maybe you can't , and you'll have to use theoptions api
when you need some features only available as Nuxt 2 features?Here is app.vue
layouts/default.vue
layouts/MyLayout.vue
pages/index.vue
Beta Was this translation helpful? Give feedback.
All reactions