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