parent
9f4751b1d7
commit
8c1772c64c
@ -13,7 +13,7 @@ const { label } = defineProps({
|
||||
|
||||
<template>
|
||||
<div class="cell-item">
|
||||
<Icon :icon="icon" />
|
||||
<Icon :icon="icon" v-if="icon" style="vertical-align: middle" />
|
||||
{{ label }}
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user