Bootstrap 5 works
This commit is contained in:
7
test.js
7
test.js
@@ -3,9 +3,8 @@ window.jQuery = window.$ = $;
|
||||
|
||||
import 'bootstrap/dist/css/bootstrap.min.css';
|
||||
import 'bootstrap';
|
||||
import 'bootstrap-icons/font/bootstrap-icons.css';
|
||||
|
||||
$(document).ready(function () {
|
||||
$('#testButton').click(function () {
|
||||
alert('Bootstrap 3.4.1 and jQuery are working!');
|
||||
});
|
||||
$(function () {
|
||||
// do stuff
|
||||
});
|
Reference in New Issue
Block a user