- Codice internazionale numero + Country
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user