UNCLASSIFIED

Commit f64fbf76 authored by Baban Faraj's avatar Baban Faraj
Browse files

Merge remote-tracking branch 'origin' into BULL-1172

parents da3737b6 351731e8
......@@ -49,15 +49,11 @@
<img v-if="item.avatar" :src="item.avatar" :alt="data.item.name" />
<v-icon x-large v-else>mdi-account-circle</v-icon>
</v-list-item-avatar>
<v-list-item-content>
<v-list-item-title
class="text-left"
v-html="item.name"
></v-list-item-title>
<v-list-item-subtitle
class="text-left"
v-html="item.email"
></v-list-item-subtitle>
<v-list-item-content>
<v-list-item-title class="text-left">{{ item.name }}</v-list-item-title>
<v-list-item-subtitle class="text-left">{{
item.email
}}</v-list-item-subtitle>
</v-list-item-content>
</template>
</v-autocomplete>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment