- Tag HTML sugli annunci non vengono visualizzati correttamente... <div>...</div>

This commit is contained in:
Surya Paolo
2024-09-18 13:11:56 +02:00
parent d4e0f2cf1a
commit 1142526ed8
60 changed files with 1273 additions and 90 deletions

View File

@@ -75,6 +75,7 @@ export default defineComponent({
const contact = ref(<IUserFields | null>null)
const filtroutente = ref(<any[]>[])
const showBanner_utenti_verif = ref(true)
const usersList = ref({ show: false, title: '', list: [] })
@@ -199,7 +200,7 @@ export default defineComponent({
])
const numindstep = computed(() => arrStep.value.length)
watch(() => indstep.value, (newval: number, oldval: number) => {
if (indstep.value >= 0)
@@ -582,6 +583,7 @@ export default defineComponent({
numStepCompleted,
globalStore,
prStep,
showBanner_utenti_verif,
}
},
})