mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
vue components refactoring
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div class="flex items-center justify-center px-2.5 md:px-6">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'AuthContentWrapper',
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user