- 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

@@ -13,7 +13,7 @@ import { static_data } from '@src/db/static_data'
export default defineComponent({
name: 'CPresentazione',
components: {Logo, LandingFooter, CFundRaising, CShowContentPage},
components: { Logo, LandingFooter, CFundRaising, CShowContentPage },
props: {},
setup() {
const { t } = useI18n();
@@ -49,7 +49,6 @@ export default defineComponent({
}
onBeforeUnmount(() => {
console.log('beforeDestroy')
clearInterval(polling.value)
})