mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-06 18:53:48 +00:00
12 lines
160 B
Vue
12 lines
160 B
Vue
<template>
|
|
<div class="flex px-2.5 md:px-6">
|
|
<slot />
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'AuthContentWrapper',
|
|
}
|
|
</script>
|