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
v-img works fine with img tag. But I have requirement to integrate it with font awesome icon so i use v-img="{src:fileslocation,group:groupname}" but it doesn't show image than i remove group from object and it works.
Please solve this bug i have to use group.
The text was updated successfully, but these errors were encountered:
Sad we won't ever get this fixed. however I think I've found the issue, if you look into lib/index.js on lines 128-130 you'll see that he's only querying for img elements and nothing else:
v-img works fine with img tag. But I have requirement to integrate it with font awesome icon so i use v-img="{src:fileslocation,group:
groupname
}" but it doesn't show image than i remove group from object and it works.Please solve this bug i have to use group.
The text was updated successfully, but these errors were encountered: