mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 20:18:08 +00:00
6 lines
113 B
Vue
6 lines
113 B
Vue
<template>
|
|
<div class="row auth-wrap login align-center">
|
|
<router-view></router-view>
|
|
</div>
|
|
</template>
|