fix hyphanation
This commit is contained in:
parent
3689da810c
commit
3d55f2d2ae
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<q-avatar>
|
||||
<slot :avatarURL="avatarURL(modelValue)">
|
||||
<slot :avatar-u-r-l="avatarURL(modelValue)">
|
||||
<q-img :src="avatarURL(modelValue)" style="min-width: 100%; min-height: 100%">
|
||||
<template #error>
|
||||
<img :src="fallback" style="height: 100%" />
|
||||
|
|
Loading…
Reference in New Issue