- fix: ris da inviare al gruppo (nuovamente) e immagini rimaste ancora "images/" anzichè "/images/".
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
<template>
|
||||
<CMyPage title="Operatori" imgbackground="images/calendario_eventi.jpg" sizes="max-height: 120px">
|
||||
<CMyPage title="Operatori" imgbackground="/images/calendario_eventi.jpg" sizes="max-height: 120px">
|
||||
<div class="q-ma-xs q-gutter-xs q-pa-xs">
|
||||
<q-card-section class="row justify-center">
|
||||
<div
|
||||
v-for="(myop, index) in getOperatorsInHome()" :key="index">
|
||||
<div v-for="(myop, index) in getOperatorsInHome()" :key="index">
|
||||
|
||||
<COperators :myop="myop" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user