NuxtImg placeholder is shown regardless of src changes
I have NuxtImg component with dynamic src and a placeholder. Only the placeholder is displayed.
The placeholder is seen when data returns empty value. The page has a drop down to select value from a list, once the user updates it I see the
How do I update NuxtImg when src is dynamic and has a placeholder?
The placeholder is seen when data returns empty value. The page has a drop down to select value from a list, once the user updates it I see the
src value updated (in vue tools) but the placeholder is displayed instead of the actual image.How do I update NuxtImg when src is dynamic and has a placeholder?
