initial commit
This commit is contained in:
commit
4fc3bb0a01
202 changed files with 41729 additions and 0 deletions
14
resources/js/Layouts/Auth.vue
Normal file
14
resources/js/Layouts/Auth.vue
Normal file
|
@ -0,0 +1,14 @@
|
|||
<template>
|
||||
<div>
|
||||
<!-- <h1>Auth Layout</h1>
|
||||
<slot></slot> -->
|
||||
<Header />
|
||||
<!-- <main class="px-6"> -->
|
||||
<slot></slot>
|
||||
<!-- </main> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import Header from '@/Components/Header.vue';
|
||||
</script>
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue