Answer the question
In order to leave comments, you need to log in
How to do this on routes (vue)?
Help, just don't throw your slippers.
Made a login/registration using this tutorial .
App.vue has this thing:
<div v-if="alert.message" :class="`alert ${alert.type}`">{{alert.message}}</div>
<div class="jumbotron">
<div class="container">
<div class="row">
<div class="col-sm-6 offset-sm-3">
<div v-if="alert.message" :class="`alert ${alert.type}`">{{alert.message}}</div>
<router-view></router-view>
</div>
</div>
</div>
</div>
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