Files
newfreeplanet_OLD/src/views/user/myservice/myservice.vue

32 lines
583 B
Vue
Raw Normal View History

2022-01-26 01:31:07 +01:00
<template>
<CMyPage
:title="username"
imgbackground="images/calendario_eventi.jpg"
sizes="max-height: 120px"
styleadd="bottom: -20px !important;"
>
<CMyCardService
v-if="idSkill"
:table="shared_consts.TABLES_MYSKILLS"
:nopopup="true"
:idRec="idSkill"
>
</CMyCardService>
2022-01-26 01:31:07 +01:00
<div v-if="!tools.isLogged()">
<CCheckIfIsLogged></CCheckIfIsLogged>
</div>
<br />
<br />
2022-01-26 01:31:07 +01:00
</CMyPage>
</template>
<script lang="ts" src="./myservice.ts">
2022-01-26 01:31:07 +01:00
</script>
<style lang="scss" scoped>
@import './myservice.scss';
2022-01-26 01:31:07 +01:00
</style>