mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 03:27:52 +00:00
* chore: Fix self-closing tag issues * Fix merge conflicts Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com>
6 lines
101 B
Vue
6 lines
101 B
Vue
<template>
|
|
<div class="row auth-wrap login align-center">
|
|
<router-view />
|
|
</div>
|
|
</template>
|