first commit
This commit is contained in:
13
resources/js/Components/Sidebar/Sidebar.vue
Normal file
13
resources/js/Components/Sidebar/Sidebar.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<nav class="fixed inset-y-0 left-0 w-64 max-lg:hidden">
|
||||
<slot />
|
||||
</nav>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user