This commit is contained in:
Viet An
2026-07-03 10:22:08 +07:00
parent 4404c4654b
commit b06907097c
11 changed files with 107 additions and 111 deletions

View File

@@ -6,6 +6,8 @@ const props = defineProps({
<template>
<a
class="tag fs-12 is-rounded is-primary is-light"
style="border: 1px solid var(--bulma-primary-90)"
@click="
$emit('clickevent', {
name: 'dataevent',
@@ -14,17 +16,12 @@ const props = defineProps({
component: 'imports/IMEIs',
title: 'IMEIs',
width: '80%',
vbind: { variant: props.variant },
vbind: { variant },
},
},
})
"
>
<span class="icon">
<Icon
name="mdi:launch"
:size="18"
/>
</span>
{{ variant.imei_count }}
</a>
</template>