UNCLASSIFIED

Commit dc477f66 authored by Jovany Espinoza's avatar Jovany Espinoza Committed by graham.smith
Browse files

BULL-1171

parent 5c3d71ce
...@@ -50,14 +50,10 @@ ...@@ -50,14 +50,10 @@
<v-icon x-large v-else>mdi-account-circle</v-icon> <v-icon x-large v-else>mdi-account-circle</v-icon>
</v-list-item-avatar> </v-list-item-avatar>
<v-list-item-content> <v-list-item-content>
<v-list-item-title <v-list-item-title class="text-left">{{ item.name }}</v-list-item-title>
class="text-left" <v-list-item-subtitle class="text-left">{{
v-html="item.name" item.email
></v-list-item-title> }}</v-list-item-subtitle>
<v-list-item-subtitle
class="text-left"
v-html="item.email"
></v-list-item-subtitle>
</v-list-item-content> </v-list-item-content>
</template> </template>
</v-autocomplete> </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