Suspense with Layout #7088
Unanswered
rohrig
asked this question in
Help/Questions
Replies: 1 comment
-
If I add the layout to each route-component, then it works as expected. I was hoping to add a default layout just to App.vue, the way nuxt does. I guess I can dig in the source code there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the stardard way, or is there a way, to use a layout with suspense?
The docs show how to use suspense in combination with vue router:
I've tried a bunch of different ways including multiple router-views but I'm asuming that doesn't work because:
Can anyone point me in the right direction?
Beta Was this translation helpful? Give feedback.
All reactions