mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
12 lines
191 B
Vue
12 lines
191 B
Vue
<template>
|
|
<div class="flex items-center justify-center px-5 md:px-0">
|
|
<slot></slot>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'AuthContentWrapper',
|
|
}
|
|
</script>
|