PASSAGGIO A VITE !
AGG. 1.1.23
This commit is contained in:
@@ -393,7 +393,7 @@
|
||||
:name="index"
|
||||
:img-src="
|
||||
getsrcbyimg(
|
||||
costanti.DIR_UPLOAD +
|
||||
tools.getDirUpload() +
|
||||
`pages/` +
|
||||
path +
|
||||
`/` +
|
||||
@@ -692,7 +692,7 @@
|
||||
v-if="tools.isLogged() && !tools.isVerified()"
|
||||
class="text-verified"
|
||||
>
|
||||
{{ $t('components.authentication.email_verification.link_sent') }}
|
||||
{{ $t("components.authentication.email_verification.link_sent") }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -719,7 +719,7 @@
|
||||
<div v-else-if="myel.type === shared_consts.ELEMTYPE.MAPPA">
|
||||
<div v-if="editOn" class="elemEdit">MAPPA:</div>
|
||||
<!--<CMapMarker :coord_center="{lat: 47.41322, long: -1.219482}"
|
||||
|
||||
|
||||
></CMapMarker>-->
|
||||
</div>
|
||||
<div v-else-if="myel.type === shared_consts.ELEMTYPE.MAPPAUTENTI">
|
||||
@@ -847,18 +847,9 @@
|
||||
color="primary"
|
||||
@click="PagLogin"
|
||||
>
|
||||
{{ $t('login.enter') }}
|
||||
{{ $t("login.enter") }}
|
||||
</q-btn>
|
||||
</div>
|
||||
<div v-else-if="myel.type === shared_consts.ELEMTYPE.CHART">
|
||||
<div v-if="editOn">Chart</div>
|
||||
<!--<CChartMap
|
||||
title="Mappa"
|
||||
subtitle="cartina..."
|
||||
serie1="Serie 1"
|
||||
>
|
||||
</CChartMap>-->
|
||||
</div>
|
||||
<div v-else-if="myel.type === shared_consts.ELEMTYPE.FOOTER">
|
||||
<LandingFooter />
|
||||
</div>
|
||||
@@ -888,5 +879,5 @@
|
||||
<script lang="ts" src="./CMyElem.ts">
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
@import './CMyElem.scss';
|
||||
@import "./CMyElem.scss";
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user