mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-09 16:57:13 +08:00
first commit
This commit is contained in:
16
src/components/GiOption/index.vue
Normal file
16
src/components/GiOption/index.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<ul class="gi-option">
|
||||
<slot></slot>
|
||||
</ul>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
defineOptions({ name: 'GiOption' })
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.gi-option {
|
||||
width: 100%;
|
||||
min-width: 120px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user