initial
This commit is contained in:
7
layers/ui/components/dropdown/separator.vue
Normal file
7
layers/ui/components/dropdown/separator.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<li :class="cn.b()" />
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
const cn = useClassname('ui-dropdown-separator')
|
||||
</script>
|
||||
Reference in New Issue
Block a user