We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e617e2 commit c39949fCopy full SHA for c39949f
README.md
@@ -59,6 +59,8 @@ css(["example-one", "examle-two.css", "https://cdn.example.com/example-two.css",
59
LazyLoader.configure({
60
jsDir: "/",
61
cssDir: "/",
62
+ default: "lazy", // optional
63
+ lazierCSS: false, // optional
64
});
65
LazyLoader.update();
66
LazyLoader.mount("my-custom-element")
0 commit comments