sidebar work in progress
This commit is contained in:
11
web/components/ui/ListItem.vue
Normal file
11
web/components/ui/ListItem.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UCard class="[&>*]:p-3">
|
||||
<slot />
|
||||
</UCard>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
Reference in New Issue
Block a user