2022-02-17 17:43:27 +01:00
|
|
|
<template>
|
|
|
|
|
<div v-if="tools.isTest()">
|
2022-02-19 22:02:54 +01:00
|
|
|
<!--<q-banner
|
2022-02-17 17:43:27 +01:00
|
|
|
rounded
|
|
|
|
|
dense
|
|
|
|
|
class="bg-primary text-white"
|
|
|
|
|
color="primary q-title"
|
|
|
|
|
style="text-align: center;">
|
|
|
|
|
<template v-slot:avatar>
|
|
|
|
|
<q-icon name="fas fa-exclamation-triangle" color="yellow" size="xs" />
|
|
|
|
|
</template>
|
|
|
|
|
<span class="mybanner">Ambiente di Test</span>
|
2022-02-19 22:02:54 +01:00
|
|
|
</q-banner>-->
|
2022-02-17 17:43:27 +01:00
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script lang="ts" src="./CFirstPageApp.ts">
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
|
@import './CFirstPageApp.scss';
|
|
|
|
|
</style>
|