Skip to content

Commit

Permalink
add sl-tooltip to lazy loader'
Browse files Browse the repository at this point in the history
  • Loading branch information
KonnorRogers committed Nov 5, 2024
1 parent 2f60345 commit 152aadb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/frontend/javascript/src/lazy-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ export default function lazyLoader() {
);
},
},
"sl-tooltip": {
register() {
import("@shoelace-style/shoelace/dist/components/tooltip/tooltip.js");
},
},
"sl-visually-hidden": {
register() {
import(
Expand Down

0 comments on commit 152aadb

Please sign in to comment.