Files
salvato.newfreeplanet/src/root/eventi/eventi.vue
paoloar77 aaa67ae0aa VERSIONE 0.3.3: RISO:
"RISO.APP
alla fine copiare la cartella upload di insiemesipuo.app in riso.app"
Corretto BOT Menu
Altre sistemazioni (idShippings)
2022-03-02 20:18:49 +01:00

32 lines
505 B
Vue
Executable File

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