card actions
This commit is contained in:
@@ -20,15 +20,18 @@
|
||||
Compartido con:
|
||||
<span v-if="!lista.profiles || lista.profiles.length === 0">Nadie</span>
|
||||
<span v-for="(profile, index) in lista.profiles" :key="index">
|
||||
{{ profile.email }}
|
||||
<br>- {{ profile.email }} <q-icon name="delete" @click="console.log(profile.email)"
|
||||
class="cursor-pointer" />
|
||||
</span>
|
||||
</q-card-section>
|
||||
|
||||
<q-separator dark />
|
||||
|
||||
<q-card-actions>
|
||||
<q-btn flat>Action 1</q-btn>
|
||||
<q-btn flat>Action 2</q-btn>
|
||||
<q-btn flat>Editar</q-btn>
|
||||
<q-btn flat>Compartir</q-btn>
|
||||
<q-space></q-space>
|
||||
<q-btn class="bg-negative q-mr-md" flat>Borrar</q-btn>
|
||||
</q-card-actions>
|
||||
</q-card>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user