7bb8186e43
* chore: Fix self-closing tag issues * Fix merge conflicts Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com>
5 lines
101 B
Vue
5 lines
101 B
Vue
<template>
|
|
<div class="row auth-wrap login align-center">
|
|
<router-view />
|
|
</div>
|
|
</template>
|