generated from yiisoft/package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Description
Good afternoon. There is an error for <img loading=“lazy”> (maybe somewhere else) in the Html + Vue bundle. For example, there are several images like this that are initially hidden in inactive tabs and as a consequence should not be loaded until the tab is inactive and/or the user scrolls to them. But - in the browser console you can see that they are loaded immediately, as if they don't have the loading=lazy attribute (and vue is the initiator). The vue authors won't fix this and say to just put loading before src (and it work), but this is impossible to do because of forced attribute sorting. Is this sorting so necessary?
Metadata
Metadata
Assignees
Labels
No labels