feat: add bs tooltips
This commit is contained in:
parent
a8158611b8
commit
2df24a99e7
@ -1,3 +1,6 @@
|
||||
declare const bootstrap: any;
|
||||
|
||||
(() => {
|
||||
const list = document.querySelectorAll('[data-bs-toggle="tooltip"]');
|
||||
list.forEach((el: Element) => new bootstrap.Tooltip(el));
|
||||
})();
|
||||
|
Loading…
Reference in New Issue
Block a user