Chatwoot/app/javascript/dashboard/routes/auth/Auth.vue
2019-10-16 14:36:17 +05:30

5 lines
113 B
Vue

<template>
<div class="row auth-wrap login align-center">
<router-view></router-view>
</div>
</template>