Files
salvato.newfreeplanet/src/views/user/mypagegood/mypagegood.vue
2023-04-07 18:24:15 +02:00

31 lines
563 B
Vue
Executable File

<template>
<CMyPage title="Bene"
imgbackground="images/calendario_eventi.jpg"
sizes="max-height: 120px" styleadd="bottom: -20px !important;">
<div v-if="!tools.isLogged()">
<CCheckIfIsLogged></CCheckIfIsLogged>
</div>
<CMyCardPopup
v-if="!!idGood"
:table="toolsext.TABMYGOODS"
:nopopup="true"
:idRec="idGood">
</CMyCardPopup>
<br>
<br>
</CMyPage>
</template>
<script lang="ts" src="./mypagegood.ts">
</script>
<style lang="scss" scoped>
@import './mypagegood.scss';
</style>