2018-11-08 01:09:33 +01:00
|
|
|
<template >
|
|
|
|
|
<q-page class="flex flex-center">
|
|
|
|
|
<img alt="Quasar logo" src="~assets/quasar-logo-full.svg">
|
|
|
|
|
|
|
|
|
|
<q-btn round color="blue" icon="add" id="shareimagebutton" @click="openCreatePostModal">
|
|
|
|
|
<q-spinner-facebook slot="loading"/>
|
|
|
|
|
</q-btn>
|
|
|
|
|
|
|
|
|
|
<q-field
|
|
|
|
|
icon="wifi"
|
|
|
|
|
helper="Some helper"
|
|
|
|
|
>
|
2018-12-22 18:42:00 +01:00
|
|
|
<q-input
|
|
|
|
|
v-model="conta"
|
|
|
|
|
/>
|
|
|
|
|
<br>{{$t('comp.Conta')}} = {{ conta }}
|
2018-11-08 01:09:33 +01:00
|
|
|
</q-field>
|
|
|
|
|
|
|
|
|
|
<!--<q-btn
|
|
|
|
|
@click="showNotification"
|
|
|
|
|
color="primary"
|
|
|
|
|
label="Mostra notifica"
|
|
|
|
|
/>-->
|
|
|
|
|
|
|
|
|
|
<q-card id="mycard" class="mycard" :style="mystilecard">
|
|
|
|
|
<q-card-title>
|
|
|
|
|
Card Title
|
|
|
|
|
</q-card-title>
|
|
|
|
|
<q-card-separator/>
|
|
|
|
|
<q-card-main>
|
|
|
|
|
Card Content
|
|
|
|
|
</q-card-main>
|
|
|
|
|
</q-card>
|
|
|
|
|
|
|
|
|
|
</q-page>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
<script lang="ts" src="./home.ts">
|
|
|
|
|
</script>
|