first commit
This commit is contained in:
13
resources/js/Components/Sidebar/SidebarLabel.vue
Normal file
13
resources/js/Components/Sidebar/SidebarLabel.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<span class="truncate">
|
||||
<slot />
|
||||
</span>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user