sito Terra Della Visione...3
Pagina Operatori
This commit is contained in:
@@ -20,6 +20,7 @@ import MixinBase from '@/mixins/mixin-base'
|
||||
import MixinUsers from '@/mixins/mixin-users'
|
||||
import { shared_consts } from '@/common/shared_vuejs'
|
||||
import { CPresentazione } from '@/components'
|
||||
import MixinMetaTags from '@/mixins/mixin-metatags'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'mainview',
|
||||
@@ -29,6 +30,8 @@ export default defineComponent({
|
||||
const userStore = useUserStore()
|
||||
const { getValDb } = MixinBase()
|
||||
|
||||
const { setmeta } = MixinMetaTags()
|
||||
|
||||
const { getRefLink } = MixinUsers()
|
||||
|
||||
return {
|
||||
@@ -38,6 +41,7 @@ export default defineComponent({
|
||||
userStore,
|
||||
shared_consts,
|
||||
globalStore,
|
||||
setmeta,
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
<template>
|
||||
<q-page class="">
|
||||
|
||||
<span>{{
|
||||
setmeta({
|
||||
title: $t('ws.sitename'),
|
||||
description: $t('ws.siteshortname'),
|
||||
keywords: $t('ws.keywords'),
|
||||
})
|
||||
}}
|
||||
</span>
|
||||
|
||||
<!--<CChartMap
|
||||
title="Mappa"
|
||||
subtitle="cartina..."
|
||||
|
||||
Reference in New Issue
Block a user