Answer the question
In order to leave comments, you need to log in
How to load another layout(Vue)?
Faced this problem: There are two layouts, one for the login/registration pages, the other for everything else.
<template>
<v-container>
<Default v-if="..."/>
<Auth v-else/>
</v-container>
</template>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question