FILTRO CITTA Sopra ogni pagina !
This commit is contained in:
@@ -1,14 +1,29 @@
|
||||
<template>
|
||||
<q-banner
|
||||
rounded
|
||||
dense
|
||||
class="text-white"
|
||||
:style="`text-align: center; background-color: ${mycolor}`">
|
||||
<template v-slot:avatar>
|
||||
<q-icon :name="myicon" size="xs" />
|
||||
</template>
|
||||
<span class="mybanner">{{mytitle}}</span>
|
||||
</q-banner>
|
||||
<div v-if="!table">
|
||||
<q-banner
|
||||
rounded
|
||||
dense
|
||||
class="text-white row"
|
||||
:style="`text-align: center; background-color: ${mycolor}`"
|
||||
>
|
||||
<template v-if="!table" v-slot:avatar>
|
||||
<q-icon :name="myicon" size="xs" />
|
||||
</template>
|
||||
<span v-if="!table" class="mybanner">{{ mytitle }}</span>
|
||||
</q-banner>
|
||||
</div>
|
||||
<div
|
||||
v-else
|
||||
>
|
||||
<CBarSelection
|
||||
:myicon="myicon"
|
||||
:mytitle="mytitle"
|
||||
:mycolor="mycolor"
|
||||
:prop_search="false"
|
||||
:table="table"
|
||||
>
|
||||
</CBarSelection>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" src="./CTitlePage.ts">
|
||||
|
||||
Reference in New Issue
Block a user