Fix dropdown and npm run production

This commit is contained in:
dev 2021-08-06 15:57:45 -07:00
parent 934a34f004
commit e6cc674ee8
11 changed files with 58 additions and 69780 deletions

View file

@ -6,12 +6,12 @@ window._ = require('lodash');
* code may be modified to fit the specific needs of your application.
*/
try {
window.Popper = require('popper.js').default;
window.$ = window.jQuery = require('jquery');
require('bootstrap');
} catch (e) {}
// try {
// window.Popper = require('popper.js').default;
// window.$ = window.jQuery = require('jquery');
//
// require('bootstrap');
// } catch (e) {}
/**
* We'll load the axios HTTP library which allows us to easily issue requests