Files
myprojplanet_vite/src/root/hosp/hosp.vue
Paolo Arena 42cb624f41 Pannello Utente
Aggiornamento Yarn
2022-07-10 01:24:54 +02:00

33 lines
531 B
Vue
Executable File

<template>
<q-page class="">
<div v-if="tools.isLogged()">
<div v-if="tools.isUserOk()">
<CTitlePage :ind="2" />
<CFinder
:ind="2"
:table="toolsext.TABMYHOSPS">
</CFinder>
<CDashboard></CDashboard>
</div>
<div v-else>
<CUserNonVerif></CUserNonVerif>
</div>
</div>
<LandingFooter></LandingFooter>
</q-page>
</template>
<script lang="ts" src="./hosp.ts">
</script>
<style lang="scss" scoped>
@import './hosp.scss';
</style>