| Current Path : C:/Users/ITO/Desktop/From USB/vendors/bootstrap/js/tests/integration/ |
| Current File : C:/Users/ITO/Desktop/From USB/vendors/bootstrap/js/tests/integration/bundle.js |
import 'popper.js'
import $ from 'jquery'
import bootstrap from '../../../dist/js/bootstrap'
$(() => {
$('#resultUID').text(bootstrap.Util.getUID('bs'))
$('[data-toggle="tooltip"]').tooltip()
})