data: {
projects: [ ... ]
}
<div class="project" v-for="p in projects">
<div class="project__pin">{{ p.pin }}</div>
</div>
redirect
Default: true
Redirect automatically to the configured login page if a non authenticated user is trying to access a guarded. You can disable all redirects by setting this option to false.