Make icons into vue components
This commit is contained in:
parent
a97211afdf
commit
110394a40a
26 changed files with 209 additions and 91 deletions
|
|
@ -43,11 +43,11 @@
|
|||
}}</span>
|
||||
</v-avatar>
|
||||
</template>
|
||||
<template v-slot:default="{ isActive }">
|
||||
<template v-slot:default>
|
||||
<v-list-item-title>{{ memberName(member) }}</v-list-item-title>
|
||||
<v-list-item-subtitle
|
||||
v-text="member.userId"
|
||||
></v-list-item-subtitle>
|
||||
<v-list-item-subtitle>{{ member.userId }}</v-list-item-subtitle>
|
||||
</template>
|
||||
<template v-slot:append="{ isActive }">
|
||||
<v-list-item-action>
|
||||
<v-btn icon v-if="isActive">
|
||||
<v-icon color="grey-lighten-1">check</v-icon>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue