In the single page application of vue framework, the picture resources cannot be dynamically updated after lazy loading.

first use the vue framework to write background management, a paging table in a certain item is a thumbnail, this thumbnail uses vue-lazyload lazy load plug-in, the problem is when jumping from one page number to another page number, the lazy loaded picture address will not be dynamically updated, stay in the beginning of the url, what is the solution?

Mar.22,2021

found a solution in github, adding attributes: key, can be dynamically updated

Menu