Files
salvato.newfreeplanet/src/root/eventi/eventi.vue
Surya Paolo c8e0f7922f ver 0.5.71:
- Info Conto
- Admin: poter modificare Fido e QtaMax.
2023-02-23 16:07:52 +01:00

29 lines
486 B
Vue
Executable File

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