removal of unnecessary file, and composer update
This commit is contained in:
8
vendor/twbs/bootstrap/js/tests/integration/bundle.js
vendored
Normal file
8
vendor/twbs/bootstrap/js/tests/integration/bundle.js
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import 'popper.js'
|
||||
import $ from 'jquery'
|
||||
import bootstrap from '../../../dist/js/bootstrap'
|
||||
|
||||
$(() => {
|
||||
$('#resultUID').text(bootstrap.Util.getUID('bs'))
|
||||
$('[data-toggle="tooltip"]').tooltip()
|
||||
})
|
||||
Reference in New Issue
Block a user