- Codice internazionale numero + Country

This commit is contained in:
paoloar77
2021-12-21 01:26:29 +01:00
parent 3c194f06a5
commit eaed1e0813
21 changed files with 326 additions and 372 deletions

View File

@@ -14,6 +14,7 @@ export default defineComponent({
required: false,
default: '40px',
},
//++Todo: add username
},
setup(props) {
@@ -25,6 +26,7 @@ export default defineComponent({
const imgprofile = ref(userStore.my.profile.img)
const myimgvar = toRef(props, 'myimg')
function refresh() {
if (!props.myimg) {
myicon.value = 'fas fa-user-circle'

View File

@@ -1,5 +1,6 @@
<template>
<div>
{{myimgint}}
<q-avatar v-if="!myimgint" class="q-mb-sx center_img" :icon="myicon" :font-size="size">
</q-avatar>