- Inserire l'immagine degli annunci sul bot Telegram
- Lista Ultimi Movimenti
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
<template>
|
||||
<q-list bordered>
|
||||
<q-item
|
||||
v-for="mov in mylist"
|
||||
v-for="(mov, index) in mylist"
|
||||
:key="mov._id"
|
||||
class="q-mb-sm"
|
||||
:class="[
|
||||
'm-mb-sm',
|
||||
{
|
||||
'background-even': index % 2 === 0,
|
||||
'background-odd': index % 2 !== 0,
|
||||
},
|
||||
]"
|
||||
clickable
|
||||
v-ripple
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user