changes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user