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