aboutsummaryrefslogtreecommitdiff
path: root/resources/js/bootstrap.js
blob: ffc0a2bc7a2a392d8678ad42f01c074e5d183a81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
window._ = require('lodash');

window.axios = require('axios');
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';

window.Vue = require('vue');

window.$ = window.jQuery = require('jquery');
window.Popper = require('popper.js');
require('bootstrap');