You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed lazy-src can instead of @error to show the no-img.jpg when the students photo is undefind, but the lazy-src` has a slight blur filter applied. can I remove it ? and where can I remove it ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
how to change the style of lazy-src?
I sorry for my poor English
I have a project to show the student`s photo, like this↓ loop on the elements of data.
data is from api
<v-img :src="
/img/0001_${info.idcode}.jpg" min-width="75" contain />
I need to set
no-img.jpg
which the students photo is undefind, so I rty to use @error like this anwser↓ but this
s not work at loopshttps://stackoverflow.com/questions/53215071/how-to-do-a-fallback-img-in-v-img-in-vuetify
I noticed
lazy-src
can instead of @error to show theno-img.jpg
when the students photo is undefind, but the
lazy-src` has a slight blur filter applied. can I remove it ? and where can I remove it ?sorry for my poor English again.
Beta Was this translation helpful? Give feedback.
All reactions