feat: เพิ่ม no-profile
This commit is contained in:
parent
d98a250a76
commit
406180947f
3 changed files with 3 additions and 12 deletions
|
|
@ -104,12 +104,7 @@ watch(currentPageBranch, async () => {
|
|||
style="border-radius: 0 0 40px 40px; position: relative"
|
||||
>
|
||||
<q-avatar no-padding size="50px">
|
||||
<img
|
||||
:src="
|
||||
currentCustomerUrlImage ??
|
||||
'https://cdn.quasar.dev/img/avatar1.jpg'
|
||||
"
|
||||
/>
|
||||
<img :src="currentCustomerUrlImage ?? '/no-profile.png'" />
|
||||
</q-avatar>
|
||||
</q-card-section>
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue