- Tag HTML sugli annunci non vengono visualizzati correttamente... <div>...</div>
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user