Change bootstrap to source version
This commit is contained in:
6
bootstrap/js/tests/integration/bundle.js
Normal file
6
bootstrap/js/tests/integration/bundle.js
Normal file
@ -0,0 +1,6 @@
|
||||
import { Tooltip } from '../../../dist/js/bootstrap.esm.js'
|
||||
|
||||
window.addEventListener('load', () => {
|
||||
[].concat(...document.querySelectorAll('[data-bs-toggle="tooltip"]'))
|
||||
.map(tooltipNode => new Tooltip(tooltipNode))
|
||||
})
|
||||
Reference in New Issue
Block a user