Make icons into vue components
This commit is contained in:
parent
a97211afdf
commit
110394a40a
26 changed files with 209 additions and 91 deletions
|
|
@ -5,11 +5,13 @@
|
|||
:key="device.deviceId"
|
||||
:value="device.deviceId"
|
||||
>
|
||||
<template v-slot:default="{ isActive }">
|
||||
<template v-slot:default>
|
||||
<v-list-item-title>{{ displayName(device) }}</v-list-item-title>
|
||||
<v-list-item-subtitle>{{
|
||||
verificationStatus(device)
|
||||
}}</v-list-item-subtitle>
|
||||
</template>
|
||||
<template v-slot:append="{ isActive }">
|
||||
<v-list-item-action v-if="isActive">
|
||||
<v-btn icon>
|
||||
<v-icon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue